Jelajahi Sumber

- Darwin/ppc64 linker does not support symbol order file

git-svn-id: trunk@48762 -
Jonas Maebe 4 tahun lalu
induk
melakukan
0f36b85a3d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      compiler/systems/i_darwin.pas

+ 1 - 1
compiler/systems/i_darwin.pas

@@ -263,7 +263,7 @@ const
         name         : 'Darwin for PowerPC64';
         shortname    : 'Darwin';
         flags        : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,
-                        tf_pic_default,tf_has_winlike_resources,tf_supports_symbolorderfile,tf_supports_hidden_symbols];
+                        tf_pic_default,tf_has_winlike_resources,tf_supports_hidden_symbols];
         cpu          : cpu_powerpc64;
         unit_env     : 'BSDUNITS';
         extradefines : 'UNIX;BSD;HASUNIX';