mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:19:34 +01:00
morphos: added tf_needs_smybol_type and tf_needs_symbol_size flags. fixes generated executables to not be falsely recognized as PowerUP but native binaries
git-svn-id: trunk@36019 -
This commit is contained in:
parent
b8c4dd9e18
commit
01ebb52ba8
@ -34,7 +34,8 @@ unit i_morph;
|
||||
system : system_powerpc_MorphOS;
|
||||
name : 'MorphOS';
|
||||
shortname : 'MorphOS';
|
||||
flags : [tf_files_case_aware,tf_requires_proper_alignment,tf_smartlink_sections,tf_has_winlike_resources];
|
||||
flags : [tf_files_case_aware,tf_requires_proper_alignment,tf_smartlink_sections,
|
||||
tf_has_winlike_resources,tf_needs_symbol_type,tf_needs_symbol_size];
|
||||
cpu : cpu_powerpc;
|
||||
unit_env : 'MORPHOSUNITS';
|
||||
extradefines : 'HASAMIGA';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user