소스 검색

Disable internal linker in arm-linux for now.

git-svn-id: branches/laksen/armiw@29707 -
Jeppe Johansen 10 년 전
부모
커밋
55fe3b4e77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_linux.pas

+ 1 - 1
compiler/systems/i_linux.pas

@@ -650,7 +650,7 @@ unit i_linux;
             dirsep       : '/';
             assem        : as_arm_elf32;
             assemextern  : as_gas;
-            link         : ld_int_linux;
+            link         : ld_none;
             linkextern   : ld_linux;
             ar           : ar_gnu_ar;
             res          : res_elf;