aboutsummaryrefslogtreecommitdiffstats
path: root/support/make/build-rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'support/make/build-rules.mk')
-rw-r--r--support/make/build-rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/make/build-rules.mk b/support/make/build-rules.mk
index d180c89..f852cab 100644
--- a/support/make/build-rules.mk
+++ b/support/make/build-rules.mk
@@ -39,6 +39,10 @@ ifneq ($(findstring ARM/embedded,$(shell $(CC) --version)),)
# GCC ARM Embedded, https://launchpad.net/gcc-arm-embedded/
LD_TOOLCHAIN_PATH := $(LDDIR)/toolchains/gcc-arm-embedded
endif
+ifneq ($(findstring Linaro GCC,$(shell $(CC) --version)),)
+# Summon/Linaro GCC ARM Embedded, https://github.com/esden/summon-arm-toolchain
+LD_TOOLCHAIN_PATH := $(LDDIR)/toolchains/gcc-arm-embedded
+endif
# Add toolchain directory to LD search path
TOOLCHAIN_LDFLAGS := -L $(LD_TOOLCHAIN_PATH)