summaryrefslogtreecommitdiff
path: root/core/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'core/toolchain')
-rw-r--r--core/toolchain/binutils/binutils.mk2
-rw-r--r--core/toolchain/gcc/gcc.mk6
-rw-r--r--core/toolchain/toolchain.kconfig2
3 files changed, 5 insertions, 5 deletions
diff --git a/core/toolchain/binutils/binutils.mk b/core/toolchain/binutils/binutils.mk
index ca5fc49..1f85bd7 100644
--- a/core/toolchain/binutils/binutils.mk
+++ b/core/toolchain/binutils/binutils.mk
@@ -55,5 +55,5 @@ define embtk_beforeinstall_binutils
endef
define embtk_install_binutils
- $(call __embtk_install_hostpkg,binutils)
+ $(call embtk_makeinstall_hostpkg,binutils,autotooled)
endef
diff --git a/core/toolchain/gcc/gcc.mk b/core/toolchain/gcc/gcc.mk
index 6fb93ee..6d09b66 100644
--- a/core/toolchain/gcc/gcc.mk
+++ b/core/toolchain/gcc/gcc.mk
@@ -64,15 +64,15 @@ define embtk_beforeinstall_gcc1_notused
endef
define embtk_install_gcc1
- $(call __embtk_install_hostpkg,gcc1)
+ $(call embtk_makeinstall_hostpkg,gcc1,autootooled)
endef
define embtk_install_gcc2
- $(call __embtk_install_hostpkg,gcc2)
+ $(call embtk_makeinstall_hostpkg,gcc2,autootooled)
endef
define embtk_install_gcc3
- $(call __embtk_install_hostpkg,gcc3)
+ $(call embtk_makeinstall_hostpkg,gcc3,autootooled)
endef
define __embtk_postinstall_libgcc
diff --git a/core/toolchain/toolchain.kconfig b/core/toolchain/toolchain.kconfig
index 534cb00..94f4e21 100644
--- a/core/toolchain/toolchain.kconfig
+++ b/core/toolchain/toolchain.kconfig
@@ -113,7 +113,7 @@ choice
see http://www.eglibc.org for more information about eglibc.
config EMBTK_CLIB_GLIBC
- bool "GLIBC"
+ bool "glibc"
help
GNU GLIBC is the well known general purpose c library found on
most general purpose GNU Linux distribution.