summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-17 00:33:31 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-17 00:33:31 +0200
commitdf96a83d6f5915ce5c4018240f1a59f427d138fe (patch)
treedeac89738e48c4689255b611a914e8c76f238515
parentb68447fed536abc1a686ab3b00a47b091f4641bb (diff)
downloadembtoolkit-df96a83d6f5915ce5c4018240f1a59f427d138fe.tar.gz
embtoolkit-df96a83d6f5915ce5c4018240f1a59f427d138fe.tar.bz2
embtoolkit-df96a83d6f5915ce5c4018240f1a59f427d138fe.tar.xz
Toolchain: fix gperf dependency
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/toolchain/core.mk b/core/toolchain/core.mk
index f010001..a52bf88 100644
--- a/core/toolchain/core.mk
+++ b/core/toolchain/core.mk
@@ -96,7 +96,7 @@ $(call embtk_include_xtoolpkg,mpfr_host,toolchain_deps)
$(call embtk_include_xtoolpkg,mpc_host,toolchain_deps)
# gperf
-$(call embtk_include_xtoolpkg,gperf_host)
+$(call embtk_include_xtoolpkg,gperf_host,toolchain_deps)
EMBTK_TOOLCHAIN_DEPS-y += linux_headers_install binutils_install
EMBTK_TOOLCHAIN_DEPS-$(CONFIG_EMBTK_HOST_HAVE_LLVM) += llvm_host_install