mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
- removed the 'sdcc-' prefix of sdasz80 and sdldz80
git-svn-id: branches/z80@44900 -
This commit is contained in:
parent
d57ffc4745
commit
168c009bc3
@ -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;
|
||||
const
|
||||
ExeName='sdcc-sdldz80';
|
||||
ExeName='sdldz80';
|
||||
begin
|
||||
FOrigin:=32768;
|
||||
with Info do
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user