summaryrefslogtreecommitdiff
path: root/core/toolchain/core.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-16 23:43:02 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-16 23:43:02 +0200
commitb68447fed536abc1a686ab3b00a47b091f4641bb (patch)
tree7c01b8b3cb0840aa8002748d46026a2353db05a1 /core/toolchain/core.mk
parent93d493cf2f8a83d6c4f43d17e2234bba2693a1fe (diff)
downloadembtoolkit-b68447fed536abc1a686ab3b00a47b091f4641bb.tar.gz
embtoolkit-b68447fed536abc1a686ab3b00a47b091f4641bb.tar.bz2
embtoolkit-b68447fed536abc1a686ab3b00a47b091f4641bb.tar.xz
Toolchain: move install of predeps to common place
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/core.mk')
-rw-r--r--core/toolchain/core.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/toolchain/core.mk b/core/toolchain/core.mk
index 60620c3..f010001 100644
--- a/core/toolchain/core.mk
+++ b/core/toolchain/core.mk
@@ -58,7 +58,6 @@ endif
#
# Toolchain core build recipe
#
-__embtk_toolchain_predeps-y = $(patsubst %_install,%,$(EMBTK_TOOLCHAIN_PREDEPS-y))
__embtk_toolchain_deps-y = $(patsubst %_install,%,$(EMBTK_TOOLCHAIN_DEPS-y))
__embtk_toolchain_built_msg = $(call embtk_pinfo,"New $(GNU_TARGET)/$(EMBTK_MCU_FLAG) toolchain successfully built!")
__embtk_toolchain_building_msg = $(call embtk_pinfo,"Building new $(GNU_TARGET)/$(EMBTK_MCU_FLAG) CORE toolchain - please wait...")
@@ -75,8 +74,6 @@ define __embtk_toolchain_core_build
$(call embtk_cleanup_pkg,$(pkgn)))
rm -rf $(embtk_sysroot) $(embtk_tools)
$(__embtk_toolchain_mkinitdirs)
- $(foreach pdep,$(__embtk_toolchain_predeps-y),
- $(call embtk_install_xpkg,$(pdep)))
$(foreach dep,$(__embtk_toolchain_deps-y),
$(call embtk_install_xpkg,$(dep)))
$(call __embtk_setinstalled_pkg,toolchain)