* use the .ihx file name, instead of .elf for the z80-embedded output, because it is in Intel hex

format, not ELF

git-svn-id: branches/z80@44608 -
This commit is contained in:
nickysn 2020-04-05 20:51:54 +00:00
parent 891939d7ea
commit 6dcc12f19b

View File

@ -1996,7 +1996,7 @@ function TlinkerEmbedded_SdccSdld.MakeExecutable: boolean;
StripStr:='';
mapstr:='';
DynLinkStr:='';
FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.elf')));
FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.ihx')));
(* GCSectionsStr:='--gc-sections';
//if not(cs_link_extern in current_settings.globalswitches) then