瀏覽代碼

Merge branch source:main into main

Curtis Hamilton 2 周之前
父節點
當前提交
4870011324
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/systems/i_morph.pas

+ 2 - 1
compiler/systems/i_morph.pas

@@ -35,7 +35,8 @@ unit i_morph;
             name         : 'MorphOS';
             name         : 'MorphOS';
             shortname    : 'MorphOS';
             shortname    : 'MorphOS';
             flags        : [tf_files_case_aware,tf_requires_proper_alignment,tf_smartlink_sections,
             flags        : [tf_files_case_aware,tf_requires_proper_alignment,tf_smartlink_sections,
-                            tf_has_winlike_resources,tf_needs_symbol_type,tf_needs_symbol_size];
+                            tf_has_winlike_resources,tf_needs_symbol_type,tf_needs_symbol_size,
+                            tf_supports_hidden_symbols];
             cpu          : cpu_powerpc;
             cpu          : cpu_powerpc;
             unit_env     : 'MORPHOSUNITS';
             unit_env     : 'MORPHOSUNITS';
             extradefines : 'HASAMIGA';
             extradefines : 'HASAMIGA';