From 55fe3b4e77b08889ca082ae24d8385f444204258 Mon Sep 17 00:00:00 2001 From: Jeppe Johansen Date: Sun, 15 Feb 2015 15:44:10 +0000 Subject: [PATCH] Disable internal linker in arm-linux for now. git-svn-id: branches/laksen/armiw@29707 - --- compiler/systems/i_linux.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_linux.pas b/compiler/systems/i_linux.pas index 6f914cccab..ae6b0002c4 100644 --- a/compiler/systems/i_linux.pas +++ b/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;