Disable internal linker in arm-linux for now.

git-svn-id: branches/laksen/armiw@29707 -
This commit is contained in:
Jeppe Johansen 2015-02-15 15:44:10 +00:00
parent 60b3ea8038
commit 55fe3b4e77

View File

@ -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;