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:
Károly Balogh 2017-04-29 22:31:41 +00:00
parent b8c4dd9e18
commit 01ebb52ba8

View File

@ -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';