summaryrefslogtreecommitdiff
path: root/core/toolchain
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-07 21:36:16 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-12 13:07:02 +0200
commitf2dac09c2084727c184cf7535d441a6ff81c226e (patch)
treeaa7504edf23d4e51919b04bd87467a120201decd /core/toolchain
parentfc69c860396b58ec30110262aa0c904eaba9b1cb (diff)
downloadembtoolkit-f2dac09c2084727c184cf7535d441a6ff81c226e.tar.gz
embtoolkit-f2dac09c2084727c184cf7535d441a6ff81c226e.tar.bz2
embtoolkit-f2dac09c2084727c184cf7535d441a6ff81c226e.tar.xz
Build system: allow packages defining their recipe to use __embtk_{pre,post}install_pkg
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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.