summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-16 22:59:30 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-16 22:59:30 +0200
commit281a270809b62030e60b964c6c4945199a32e25b (patch)
treed6d8b330f9e3026db917ca1c8afb61fea6e2b7c7
parent6e1ff0e5ed337156f2152d88e7b983ddaf27b368 (diff)
downloadembtoolkit-281a270809b62030e60b964c6c4945199a32e25b.tar.gz
embtoolkit-281a270809b62030e60b964c6c4945199a32e25b.tar.bz2
embtoolkit-281a270809b62030e60b964c6c4945199a32e25b.tar.xz
Toolchain: move gperf_host among toolchain deps
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/common.mk1
-rw-r--r--core/toolchain/core.mk3
-rw-r--r--packages/htools/hosttools-buildopts.mk3
3 files changed, 3 insertions, 4 deletions
diff --git a/core/toolchain/common.mk b/core/toolchain/common.mk
index 1a6bcb5..a69f851 100644
--- a/core/toolchain/common.mk
+++ b/core/toolchain/common.mk
@@ -53,7 +53,6 @@ EMBTK_TOOLCHAIN_PREDEPS-y += pkgconf_host_install
ifeq ($(embtk_buildhost_os_type),bsd)
EMBTK_TOOLCHAIN_PREDEPS-y += gsed_host_install gmake_host_install
endif
-EMBTK_TOOLCHAIN_PREDEPS-$(CONFIG_EMBTK_TOOLCHAIN_PREDEP_GPERF_HOST) += gperf_host_install
#
# Toolchain macros evaluating if core and addons need to be built
diff --git a/core/toolchain/core.mk b/core/toolchain/core.mk
index f7fb7b9..60620c3 100644
--- a/core/toolchain/core.mk
+++ b/core/toolchain/core.mk
@@ -98,6 +98,9 @@ $(call embtk_include_xtoolpkg,mpfr_host,toolchain_deps)
# mpc
$(call embtk_include_xtoolpkg,mpc_host,toolchain_deps)
+# gperf
+$(call embtk_include_xtoolpkg,gperf_host)
+
EMBTK_TOOLCHAIN_DEPS-y += linux_headers_install binutils_install
EMBTK_TOOLCHAIN_DEPS-$(CONFIG_EMBTK_HOST_HAVE_LLVM) += llvm_host_install
EMBTK_TOOLCHAIN_DEPS-y += gcc1_install
diff --git a/packages/htools/hosttools-buildopts.mk b/packages/htools/hosttools-buildopts.mk
index b54e7e6..1933f4f 100644
--- a/packages/htools/hosttools-buildopts.mk
+++ b/packages/htools/hosttools-buildopts.mk
@@ -41,9 +41,6 @@ $(call embtk_include_hostpkg,fakeroot_host)
# gmake
$(call embtk_include_hostpkg,gmake_host)
-# gperf
-$(call embtk_include_hostpkg,gperf_host)
-
# gsed
$(call embtk_include_hostpkg,gsed_host)