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:
Károly Balogh 2020-04-28 01:17:29 +00:00
parent 491462fd02
commit db1ef439b5

View File

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