mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
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:
parent
ff4e1345ff
commit
74e83e9d8b
@ -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 : '; ';
|
||||
|
@ -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 : '; ';
|
||||
|
Loading…
Reference in New Issue
Block a user