Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
project: mdm9615: Add support to override linker
Browse files Browse the repository at this point in the history
Some target use ld.bfd linker instead of ld, override
the specific linker from project makefile.

CRs-Fixed: 626209
Change-Id: I1002d381132f6009eba23bd9a732f696d72e16a0
  • Loading branch information
Channagoud Kadabi committed Mar 4, 2014
1 parent 3c7a180 commit 63ce989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/mdm9615.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63ce989

Please sign in to comment.