mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 01:58:26 +02:00
z80: re-enabled af_smartlink_sections for vasm which is required for the vasm + vlink combo, partially reverting r46916
git-svn-id: trunk@46979 -
This commit is contained in:
parent
7c195d2062
commit
aa745e0319
@ -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