+ enabled the ZX Spectrum internal linker

git-svn-id: trunk@45579 -
This commit is contained in:
nickysn 2020-06-03 19:36:41 +00:00
parent 84cd9e129b
commit d1377777be

View File

@ -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;