* use section smartlinking on arm-linux, experimental

git-svn-id: trunk@6812 -
This commit is contained in:
florian 2007-03-12 21:00:12 +00:00
parent 4f3f5d042b
commit 47a9c9bc60

View File

@ -524,7 +524,8 @@ unit i_linux;
system : system_arm_Linux;
name : 'Linux for ARM';
shortname : 'Linux';
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,tf_use_function_relative_addresses,tf_requires_proper_alignment];
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
tf_use_function_relative_addresses,tf_requires_proper_alignment,tf_smartlink_sections];
cpu : cpu_arm;
unit_env : 'LINUXUNITS';
extradefines : 'UNIX;HASUNIX';