Răsfoiți Sursa

+ allow passing extra options to the sdcc-sdld linker via the -k option

git-svn-id: branches/z80@44605 -
nickysn 5 ani în urmă
părinte
comite
9d5a07a59a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/systems/t_embed.pas

+ 1 - 1
compiler/systems/t_embed.pas

@@ -1974,7 +1974,7 @@ procedure TlinkerEmbedded_SdccSdld.SetDefaultInfo;
   begin
     with Info do
      begin
-       ExeCmd[1]:='sdcc-sdld -i $EXE -f $RES $MAP'
+       ExeCmd[1]:='sdcc-sdld $OPT -i $EXE -f $RES $MAP'
        //-g '+platform_select+' $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP $MAP -L. -o $EXE -T $RES';
      end;
   end;