AROS/x86_64: fixed resources to use res_elf, set default stacksize for the more sensible 1MB instead of 8MB

git-svn-id: trunk@31179 -
This commit is contained in:
Károly Balogh 2015-06-29 21:30:53 +00:00
parent 02b9b1743e
commit a5abd4acd7

View File

@ -97,7 +97,7 @@ unit i_aros;
system : system_x86_64_aros;
name : 'AROS for x86_64';
shortname : 'aros';
flags : [tf_files_case_aware];
flags : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
cpu : cpu_x86_64;
unit_env : '';
extradefines : 'HASAMIGA';
@ -129,7 +129,7 @@ unit i_aros;
link : ld_none;
linkextern : ld_aros;
ar : ar_gnu_ar;
res : res_none;
res : res_elf;
dbg : dbg_stabs;
script : script_amiga;
endian : endian_little;
@ -149,7 +149,7 @@ unit i_aros;
maxCrecordalign : 16
);
first_parm_offset : 16;
stacksize : 8*1024*1024;
stacksize : 1*1024*1024;
stackalign : 16; { fix me: this is a wild guess for now (KB) }
abi : abi_default;
llvmdatalayout : 'todo';