mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
* 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:
parent
3c8ac8d356
commit
4a296c9f5d
@ -69,7 +69,11 @@ unit i_zxspectrum;
|
|||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
assem : as_z80_rel;
|
assem : as_z80_rel;
|
||||||
assemextern : as_sdcc_sdasz80;
|
assemextern : as_sdcc_sdasz80;
|
||||||
|
{$ifdef Z80_INTERNAL_LINKER}
|
||||||
|
link : ld_int_zxspectrum;
|
||||||
|
{$else Z80_INTERNAL_LINKER}
|
||||||
link : ld_none;
|
link : ld_none;
|
||||||
|
{$endif Z80_INTERNAL_LINKER}
|
||||||
linkextern : ld_zxspectrum;
|
linkextern : ld_zxspectrum;
|
||||||
ar : ar_sdcc_sdar;
|
ar : ar_sdcc_sdar;
|
||||||
res : res_none;
|
res : res_none;
|
||||||
|
Loading…
Reference in New Issue
Block a user