------- Comment #4 from laurent at guerby dot net  2009-02-27 17:42 -------
First you need to find out which stack_size works on your target.

An obvious patch would be something like that:

Default_Env_Stack_Size : constant Size_Type := Size_Type'Min (8_192_000,
Size_Type'Last / 1024 );

Otherwise since the only used of Default_Env_Stack_Size is s-stchop.adb I think
replacing the constant by a function would be acceptable, then you could
customize the return value it in s-parame-rtems.adb.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38349

Reply via email to