From db1ef439b5dee9f0fee101db4ea4a7119fbb1e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Tue, 28 Apr 2020 01:17:29 +0000 Subject: [PATCH] z80: sdasz80 won't do section smartlinking for us, but it's used for the zx spectrum target git-svn-id: trunk@45151 - --- compiler/z80/agsdasz80.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/z80/agsdasz80.pas b/compiler/z80/agsdasz80.pas index e161aa1c0b..d85ae3ef3a 100644 --- a/compiler/z80/agsdasz80.pas +++ b/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 : '; ';