瀏覽代碼

palmos: also pass --embedded-relocs to the linker. mimics what prc-tools GCC does

git-svn-id: trunk@37899 -
Károly Balogh 7 年之前
父節點
當前提交
aaa40927fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/t_palmos.pas

+ 1 - 1
compiler/systems/t_palmos.pas

@@ -70,7 +70,7 @@ begin
 
 
      { This is based on my successful experiment with prc-tools remix.
      { This is based on my successful experiment with prc-tools remix.
        Anyone who has more insight into this Palm magic, feel free to fix. (KB) }
        Anyone who has more insight into this Palm magic, feel free to fix. (KB) }
-     ExeCmd[1]:='ld $OPT $STRIP --no-check-sections -N -dy -o $EXE $RES';
+     ExeCmd[1]:='ld $OPT $STRIP --embedded-relocs --no-check-sections -N -dy -o $EXE $RES';
      ExeCmd[2]:='build-prc $EXE.prc "$APPNAME" $APPID $EXE';
      ExeCmd[2]:='build-prc $EXE.prc "$APPNAME" $APPID $EXE';
    end;
    end;
 end;
 end;