From 63ce9892587cce216d14ca5419cbe9ce3d6c8410 Mon Sep 17 00:00:00 2001 From: Channagoud Kadabi Date: Mon, 24 Feb 2014 17:22:24 -0800 Subject: [PATCH] project: mdm9615: Add support to override linker Some target use ld.bfd linker instead of ld, override the specific linker from project makefile. CRs-Fixed: 626209 Change-Id: I1002d381132f6009eba23bd9a732f696d72e16a0 --- project/mdm9615.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/mdm9615.mk b/project/mdm9615.mk index 08a4866ca..5cffa5cef 100644 --- a/project/mdm9615.mk +++ b/project/mdm9615.mk @@ -12,3 +12,5 @@ DEFINES += WITH_DEBUG_UART=1 #disable Thumb mode for the codesourcery/arm-2011.03 toolchain ENABLE_THUMB := false + +LD := $(TOOLCHAIN_PREFIX)ld.bfd