Browse Source

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 -
Károly Balogh 8 years ago
parent
commit
01ebb52ba8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/systems/i_morph.pas

+ 2 - 1
compiler/systems/i_morph.pas

@@ -34,7 +34,8 @@ unit i_morph;
             system       : system_powerpc_MorphOS;
             system       : system_powerpc_MorphOS;
             name         : 'MorphOS';
             name         : 'MorphOS';
             shortname    : '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;
             cpu          : cpu_powerpc;
             unit_env     : 'MORPHOSUNITS';
             unit_env     : 'MORPHOSUNITS';
             extradefines : 'HASAMIGA';
             extradefines : 'HASAMIGA';