mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 01:19:38 +01:00
Use MPW linker variant also for m68k-macosclassic target
git-svn-id: trunk@47383 -
This commit is contained in:
parent
10273e54dd
commit
d2247f6539
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user