mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* enable section smartlinking for powerpc-linux to reduce compilation
times, some testing with qemu-ppc showed no problems git-svn-id: trunk@23305 -
This commit is contained in:
parent
198907797b
commit
318f0e5cab
@ -230,7 +230,8 @@ unit i_linux;
|
||||
system : system_powerpc_LINUX;
|
||||
name : 'Linux for PowerPC';
|
||||
shortname : 'Linux';
|
||||
flags : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
|
||||
flags : [tf_needs_symbol_size,tf_smartlink_sections,
|
||||
tf_needs_symbol_type,tf_files_case_sensitive,
|
||||
tf_smartlink_library,tf_has_winlike_resources];
|
||||
cpu : cpu_powerpc;
|
||||
unit_env : '';
|
||||
|
Loading…
Reference in New Issue
Block a user