mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* switched linux/ppc64 to tf_smartlink_sections (works fine even with
binutils 2.17, which is kind of ancient by today's standards), since it's much faster than tf_smartlink_library without an internal assembler git-svn-id: trunk@19680 -
This commit is contained in:
parent
d83c7fc4ed
commit
8d2a7f3b88
@ -289,7 +289,7 @@ unit i_linux;
|
||||
name : 'Linux for PowerPC64';
|
||||
shortname : 'Linux';
|
||||
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
||||
tf_requires_proper_alignment,tf_smartlink_library,tf_has_winlike_resources];
|
||||
tf_requires_proper_alignment,tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_powerpc64;
|
||||
unit_env : '';
|
||||
extradefines : 'UNIX;HASUNIX';
|
||||
|
Loading…
Reference in New Issue
Block a user