Disable af_smartlink_sections option for Z80 vasm and z80asm assemblers, as it leads to errors

git-svn-id: trunk@46916 -
This commit is contained in:
pierre 2020-09-22 15:44:15 +00:00
parent ff4e1345ff
commit 74e83e9d8b
2 changed files with 2 additions and 2 deletions

View File

@ -434,7 +434,7 @@ unit agz80asm;
asmbin : 'z80asm';
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_Z80_embedded];
flags : [af_needar,af_smartlink_sections];
flags : [af_needar{,af_smartlink_sections}];
labelprefix : '.L';
labelmaxlen : -1;
comment : '; ';

View File

@ -920,7 +920,7 @@ unit agz80vasm;
asmbin : 'vasmz80_std';
asmcmd : '-quiet -Fvobj -o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_z80_embedded, system_z80_zxspectrum, system_z80_msxdos];
flags : [af_needar,af_smartlink_sections];
flags : [af_needar{,af_smartlink_sections}];
labelprefix : '.L';
labelmaxlen : -1;
comment : '; ';