瀏覽代碼

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 年之前
父節點
當前提交
01ebb52ba8
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
             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';