Browse Source

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

git-svn-id: branches/z80@44606 -
nickysn 5 years ago
parent
commit
b1047523c8
1 changed files with 1 additions and 1 deletions
  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;