فهرست منبع

* moved $MAP earlier in the command line of sdcc-sdld

git-svn-id: branches/z80@44606 -
nickysn 5 سال پیش
والد
کامیت
b1047523c8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 $OPT -i $EXE -f $RES $MAP'
+       ExeCmd[1]:='sdcc-sdld $OPT -i $MAP $EXE -f $RES'
        //-g '+platform_select+' $OPT $DYNLINK $STATIC $GCSECTIONS $STRIP $MAP -L. -o $EXE -T $RES';
      end;
   end;