summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),