git-svn-id: branches/z80@44900 -
@@ -1976,9 +1976,9 @@ function TlinkerEmbedded_SdccSdld.WriteResponseFile: Boolean;
procedure TlinkerEmbedded_SdccSdld.SetDefaultInfo;
const
{$if defined(Z80)}
- ExeName='sdcc-sdldz80';
+ ExeName='sdldz80';
{$else}
- ExeName='sdcc-sdld';
+ ExeName='sdld';
{$endif}
begin
with Info do
@@ -212,7 +212,7 @@ function TLinkerZXSpectrum_SdccSdld.WriteResponseFile: Boolean;
procedure TLinkerZXSpectrum_SdccSdld.SetDefaultInfo;
FOrigin:=32768;
@@ -878,7 +878,7 @@ unit agsdasz80;
id : as_sdcc_sdasz80;
idtxt : 'SDCC-SDASZ80';
- asmbin : 'sdcc-sdasz80';
+ asmbin : 'sdasz80';
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
supported_targets : [system_Z80_embedded];
flags : [af_needar,af_smartlink_sections];