浏览代码

human68k: fix xecutable generation

Karoly Balogh 1 年之前
父节点
当前提交
a398da4c72
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;