mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 05:27:13 +01:00
z80: sdasz80 won't do section smartlinking for us, but it's used for the zx spectrum target
git-svn-id: trunk@45151 -
This commit is contained in:
parent
491462fd02
commit
db1ef439b5
@ -888,8 +888,8 @@ unit agsdasz80;
|
||||
idtxt : 'SDCC-SDASZ80';
|
||||
asmbin : 'sdasz80';
|
||||
asmcmd : '-g -o $EXTRAOPT $OBJ $ASM';
|
||||
supported_targets : [system_Z80_embedded];
|
||||
flags : [af_needar,af_smartlink_sections];
|
||||
supported_targets : [system_Z80_embedded,system_z80_zxspectrum];
|
||||
flags : [af_needar];
|
||||
labelprefix : '.L';
|
||||
labelmaxlen : 79;
|
||||
comment : '; ';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user