summaryrefslogtreecommitdiff
path: root/core/toolchain/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-09 23:35:40 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-09 23:35:40 +0200
commit875cca2b6322046f65cf33992d9c11719bb246e6 (patch)
tree50ca0a6a01d99dcecf7c5fe6377c365148d4f352 /core/toolchain/toolchain.mk
parentcf45ce257cf67a282fd7b46614b49994af6f4957 (diff)
downloadembtoolkit-875cca2b6322046f65cf33992d9c11719bb246e6.tar.gz
embtoolkit-875cca2b6322046f65cf33992d9c11719bb246e6.tar.bz2
embtoolkit-875cca2b6322046f65cf33992d9c11719bb246e6.tar.xz
Host tools: move gmake to packages/htools/gmake
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/toolchain.mk')
-rw-r--r--core/toolchain/toolchain.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/toolchain/toolchain.mk b/core/toolchain/toolchain.mk
index f7db7d6..256560e 100644
--- a/core/toolchain/toolchain.mk
+++ b/core/toolchain/toolchain.mk
@@ -90,9 +90,6 @@ AUTOTOOLS_INSTALL += autoconf_host_install automake_host_install
# BSD make
include core/mk/bmake.mk
-# GNU make
-include core/mk/gmake.mk
-
#
# Toolchain virtual package internals
#
@@ -110,7 +107,7 @@ TOOLCHAIN_SRC_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain
TOOLCHAIN_PRE_DEPS-y := ccache_host_install $(AUTOTOOLS_INSTALL) pkgconf_host_install
ifeq ($(embtk_buildhost_os_type),bsd)
-TOOLCHAIN_PRE_DEPS-y += gsed_host_install gmake_install
+TOOLCHAIN_PRE_DEPS-y += gsed_host_install gmake_host_install
endif
TOOLCHAIN_PRE_DEPS-$(CONFIG_EMBTK_TOOLCHAIN_PREDEP_GPERF_HOST) += gperf_host_install