From 04b564920ff747d423f96fd006effda323ff18eb Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Wed, 6 May 2015 15:44:37 -0700 Subject: [PATCH] POSIX: Make binutils BDF linker the default ld.gold does not support the -Ur flags and it seems some people have ld as a link to ld.gold. Made LD = ld.bfd to avoid confusion. Signed-off-by: Mark Charlebois --- makefiles/toolchain_native.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/toolchain_native.mk b/makefiles/toolchain_native.mk index 2455cda4c4..7c42ee4ba1 100644 --- a/makefiles/toolchain_native.mk +++ b/makefiles/toolchain_native.mk @@ -92,7 +92,7 @@ DEV_VER_SUPPORTED = 4.2.1 endif #LD = ld.gold -LD = ld +LD = ld.bfd AR = ar rcs NM = nm OBJCOPY = objcopy