summaryrefslogtreecommitdiff
path: root/core/mk/arch/arm
diff options
context:
space:
mode:
authorAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-06-05 13:49:36 +0200
committerAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2017-06-05 13:49:36 +0200
commitbff96c1f8bebe5e9da96bedb710fb123cb5373c1 (patch)
tree9ee3d12fb25e71548547bcf5b2df6cb806774a01 /core/mk/arch/arm
parent9981ef4098a5c78316a2a2210eff0878dddf0c7b (diff)
downloadembtoolkit-bff96c1f8bebe5e9da96bedb710fb123cb5373c1.tar.gz
embtoolkit-bff96c1f8bebe5e9da96bedb710fb123cb5373c1.tar.bz2
embtoolkit-bff96c1f8bebe5e9da96bedb710fb123cb5373c1.tar.xz
Build system: initial option to configure manufacturer in GNU triplet (continued)
Proposed-by: Jonathan L <jlynam@gmail.com> Signed-off-by: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
Diffstat (limited to 'core/mk/arch/arm')
-rw-r--r--core/mk/arch/arm/arm.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/mk/arch/arm/arm.mk b/core/mk/arch/arm/arm.mk
index c1affe9..6238faf 100644
--- a/core/mk/arch/arm/arm.mk
+++ b/core/mk/arch/arm/arm.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2017 Abdoulaye Walsimou GAYE.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -32,7 +32,7 @@ LINUX_ARCH := arm
GNU_TARGET_ARCH := arm
EMBTK_MCU_FLAG := $(call __embtk_mk_uquote,$(CONFIG_EMBTK_ARM_MCU_STRING))
GNU_TARGET := arm$(__embtk_arm_endian)-$(embtk_os)
-STRICT_GNU_TARGET := arm$(__embtk_arm_endian)-unknown-$(embtk_os)-$(__embtk_arm_abi)
+STRICT_GNU_TARGET := arm$(__embtk_arm_endian)-$(embtk_manufacturer)-$(embtk_os)-$(__embtk_arm_abi)
#
# GCC/LLVM configure options