mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
+ enabled the ZX Spectrum internal linker
git-svn-id: trunk@45579 -
This commit is contained in:
parent
84cd9e129b
commit
d1377777be
@ -69,11 +69,7 @@ unit i_zxspectrum;
|
||||
dirsep : '/';
|
||||
assem : as_z80_rel;
|
||||
assemextern : as_sdcc_sdasz80;
|
||||
{$ifdef Z80_INTERNAL_LINKER}
|
||||
link : ld_int_zxspectrum;
|
||||
{$else Z80_INTERNAL_LINKER}
|
||||
link : ld_none;
|
||||
{$endif Z80_INTERNAL_LINKER}
|
||||
linkextern : ld_zxspectrum;
|
||||
ar : ar_sdcc_sdar;
|
||||
res : res_none;
|
||||
|
Loading…
Reference in New Issue
Block a user