mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 05:37:29 +01:00
+ re-enable smartlinking for MorphOS
git-svn-id: trunk@11868 -
This commit is contained in:
parent
a096096de1
commit
7ce0dd43ab
@ -32,7 +32,7 @@ unit i_morph;
|
||||
system : system_powerpc_MorphOS;
|
||||
name : 'MorphOS';
|
||||
shortname : 'MorphOS';
|
||||
flags : [tf_files_case_aware,tf_use_function_relative_addresses];
|
||||
flags : [tf_files_case_aware,tf_use_function_relative_addresses,tf_smartlink_library];
|
||||
cpu : cpu_powerpc;
|
||||
unit_env : '';
|
||||
extradefines : '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user