* enable the Z80 internal linker (not working yet) if the compiler is compiled with the Z80_INTERNAL_LINKER define

git-svn-id: trunk@45542 -
This commit is contained in:
nickysn 2020-05-31 19:39:12 +00:00
parent 3c8ac8d356
commit 4a296c9f5d

View File

@ -69,7 +69,11 @@ 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;