Browse Source

Use MPW linker variant also for m68k-macosclassic target

git-svn-id: trunk@47383 -
pierre 4 năm trước cách đây
mục cha
commit
d2247f6539
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      compiler/systems/i_macos.pas

+ 3 - 3
compiler/systems/i_macos.pas

@@ -129,9 +129,9 @@ unit i_macos;
             dirsep       : ':';
             assem        : as_gas;
             assemextern  : as_gas;
-            link         : ld_none;
-            linkextern   : ld_none;
-            ar           : ar_gnu_ar;
+            link         : ld_mpw;
+            linkextern   : ld_mpw;
+            ar           : ar_mpw_ar;
             res          : res_none;
             dbg          : dbg_stabs;
             script       : script_mpw;