summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-20 13:09:55 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-20 13:09:55 +0200
commit555bef70f7f41a9cb4a4baf096e69195a98b63bb (patch)
treefbfb76505a371b3a025ce97938776b956a0a38fc
parent631b83a9f9b32883ea3e8663de5155bcade62ad7 (diff)
downloadembtoolkit-555bef70f7f41a9cb4a4baf096e69195a98b63bb.tar.gz
embtoolkit-555bef70f7f41a9cb4a4baf096e69195a98b63bb.tar.bz2
embtoolkit-555bef70f7f41a9cb4a4baf096e69195a98b63bb.tar.xz
Build system: selected features display: print linux arch instead of gnu target arch
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/buildsystem.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/buildsystem.mk b/mk/buildsystem.mk
index 8b0c4a9..7790a0f 100644
--- a/mk/buildsystem.mk
+++ b/mk/buildsystem.mk
@@ -96,7 +96,7 @@ define __embtk_mk_print_selectedfeatures
$(call embtk_echo_blue,"| Toolchain |")
$(call embtk_echo_blue," ~~~~~~~~~~~ ")
$(call embtk_echo_blue,"\tEmbToolkit : v$(EMBTK_VERSION)")
- $(call embtk_echo_blue,"\tArchitecture : $(GNU_TARGET_ARCH) ($(EMBTK_MCU_FLAG))")
+ $(call embtk_echo_blue,"\tArchitecture : $(LINUX_ARCH) ($(EMBTK_MCU_FLAG))")
$(call embtk_echo_blue,"\tLinux kernel headers: linux-$(call __embtk_pkg_version,linux)")
$(call embtk_echo_blue,"\tBinutils : binutils-$(call __embtk_pkg_version,binutils)")
$(if $(CONFIG_EMTK_HAVE_LLVM),