mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 11:00:15 +02:00
* use section smartlinking on arm-linux, experimental
git-svn-id: trunk@6812 -
This commit is contained in:
parent
4f3f5d042b
commit
47a9c9bc60
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user