* enable section smartlinking by default for i386-linux

git-svn-id: trunk@1166 -
This commit is contained in:
peter 2005-09-23 13:46:31 +00:00
parent 0edbc24e91
commit cde3b119ef

View File

@ -46,7 +46,7 @@ unit i_linux;
system : system_i386_LINUX;
name : 'Linux for i386';
shortname : 'Linux';
flags : [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}];
flags : [tf_needs_symbol_size,tf_pic_uses_got,tf_smartlink_sections];
cpu : cpu_i386;
unit_env : 'LINUXUNITS';
extradefines : 'UNIX;HASUNIX';