mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:29:32 +02:00
* 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:
parent
891939d7ea
commit
6dcc12f19b
@ -1996,7 +1996,7 @@ function TlinkerEmbedded_SdccSdld.MakeExecutable: boolean;
|
|||||||
StripStr:='';
|
StripStr:='';
|
||||||
mapstr:='';
|
mapstr:='';
|
||||||
DynLinkStr:='';
|
DynLinkStr:='';
|
||||||
FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.elf')));
|
FixedExeFileName:=maybequoted(ScriptFixFileName(ChangeFileExt(current_module.exefilename,'.ihx')));
|
||||||
|
|
||||||
(* GCSectionsStr:='--gc-sections';
|
(* GCSectionsStr:='--gc-sections';
|
||||||
//if not(cs_link_extern in current_settings.globalswitches) then
|
//if not(cs_link_extern in current_settings.globalswitches) then
|
||||||
|
Loading…
Reference in New Issue
Block a user