Преглед на файлове

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.

ccrause преди 3 години
родител
ревизия
793c157a9c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/systems/t_freertos.pas

+ 1 - 1
compiler/systems/t_freertos.pas

@@ -1215,7 +1215,7 @@ begin
 
   Replace(cmdstr,'$IDF_PATH',idfpath);
   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);
 end;
 {$endif XTENSA}