Sfoglia il codice sorgente

human68k: fix xecutable generation

Karoly Balogh 1 anno fa
parent
commit
a398da4c72
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/systems/t_human68k.pas

+ 1 - 1
compiler/systems/t_human68k.pas

@@ -74,7 +74,7 @@ begin
      end
     else
      begin
-      ExeCmd[1]:='vlink $QLFLAGS $FLAGS $GCSECTIONS $OPT $STRIP $MAP -o $EXE -T $RES';
+      ExeCmd[1]:='vlink -b xfile $FLAGS $GCSECTIONS $OPT $STRIP $MAP -o $EXE -T $RES';
      end;
    end;
 end;