mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* don't try to post-process embedded executables when linking is
disabled git-svn-id: trunk@25851 -
This commit is contained in:
parent
94d207558d
commit
40eafc3d82
@ -854,7 +854,7 @@ begin
|
||||
DeleteFile(outputexedir+Info.ResName);
|
||||
|
||||
{ Post process }
|
||||
if success then
|
||||
if success and not(cs_link_nolink in current_settings.globalswitches) then
|
||||
success:=PostProcessExecutable(current_module.exefilename+'.elf',false);
|
||||
|
||||
if success and (target_info.system in [system_arm_embedded,system_avr_embedded]) then
|
||||
|
Loading…
Reference in New Issue
Block a user