- removed the 'sdcc-' prefix of sdasz80 and sdldz80

git-svn-id: branches/z80@44900 -
This commit is contained in:
nickysn 2020-04-20 23:50:45 +00:00
parent d57ffc4745
commit 168c009bc3
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -212,7 +212,7 @@ function TLinkerZXSpectrum_SdccSdld.WriteResponseFile: Boolean;
procedure TLinkerZXSpectrum_SdccSdld.SetDefaultInfo;
const
ExeName='sdcc-sdldz80';
ExeName='sdldz80';
begin
FOrigin:=32768;
with Info do

View File

@ -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];