浏览代码

z80: sdasz80 won't do section smartlinking for us, but it's used for the zx spectrum target

git-svn-id: trunk@45151 -
Károly Balogh 5 年之前
父节点
当前提交
db1ef439b5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/z80/agsdasz80.pas

+ 2 - 2
compiler/z80/agsdasz80.pas

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