mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 15:07:27 +01: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;
|
system : system_arm_Linux;
|
||||||
name : 'Linux for ARM';
|
name : 'Linux for ARM';
|
||||||
shortname : 'Linux';
|
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;
|
cpu : cpu_arm;
|
||||||
unit_env : 'LINUXUNITS';
|
unit_env : 'LINUXUNITS';
|
||||||
extradefines : 'UNIX;HASUNIX';
|
extradefines : 'UNIX;HASUNIX';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user