Prechádzať zdrojové kódy

- Darwin/ppc64 linker does not support symbol order file

git-svn-id: trunk@48762 -
Jonas Maebe 4 rokov pred
rodič
commit
0f36b85a3d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      compiler/systems/i_darwin.pas

+ 1 - 1
compiler/systems/i_darwin.pas

@@ -263,7 +263,7 @@ const
         name         : 'Darwin for PowerPC64';
         name         : 'Darwin for PowerPC64';
         shortname    : 'Darwin';
         shortname    : 'Darwin';
         flags        : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,
         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;
         cpu          : cpu_powerpc64;
         unit_env     : 'BSDUNITS';
         unit_env     : 'BSDUNITS';
         extradefines : 'UNIX;BSD;HASUNIX';
         extradefines : 'UNIX;BSD;HASUNIX';