summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/mk/macros.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/mk/macros.mk b/core/mk/macros.mk
index 85bc090..adf41bb 100644
--- a/core/mk/macros.mk
+++ b/core/mk/macros.mk
@@ -142,6 +142,9 @@ define help_toolchain_summary
$(call embtk_echo_blue," ~~~~~~~~~~~ ")
$(call embtk_echo_blue,"\tEmbToolkit : v$(EMBTK_VERSION)")
$(call embtk_echo_blue,"\tArchitecture : $(call embtk_ucase,$(LINUX_ARCH)) ($(EMBTK_MCU_FLAG))")
+ $(call embtk_echo_blue,"\tFloating Point : $(if $(CONFIG_EMBTK_SOFTFLOAT),Soft,Hard)")
+ $(if $(GCC_WITH_FPU-y),
+ $(call embtk_echo_blue,"\tFPU : $(GCC_WITH_FPU-y)"))
$(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_EMBTK_HOST_HAVE_LLVM),