mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:29:27 +02:00
Always call DoExec to generate linker scripts. Even if cs_link_nolink is set, the ldgen scipt needs to be called in the generated ppas script.
This commit is contained in:
parent
b0c0309cc1
commit
793c157a9c
@ -1215,7 +1215,7 @@ begin
|
|||||||
|
|
||||||
Replace(cmdstr,'$IDF_PATH',idfpath);
|
Replace(cmdstr,'$IDF_PATH',idfpath);
|
||||||
Replace(cmdstr,'$OUTPUT',outputexedir);
|
Replace(cmdstr,'$OUTPUT',outputexedir);
|
||||||
if success and not(cs_link_nolink in current_settings.globalswitches) then
|
if success then
|
||||||
success:=DoExec(binstr,cmdstr,true,false);
|
success:=DoExec(binstr,cmdstr,true,false);
|
||||||
end;
|
end;
|
||||||
{$endif XTENSA}
|
{$endif XTENSA}
|
||||||
|
Loading…
Reference in New Issue
Block a user