Bladeren bron

z80: re-enabled af_smartlink_sections for vasm which is required for the vasm + vlink combo, partially reverting r46916

git-svn-id: trunk@46979 -
Károly Balogh 4 jaren geleden
bovenliggende
commit
aa745e0319
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      compiler/z80/agz80vasm.pas

+ 1 - 1
compiler/z80/agz80vasm.pas

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