From af199a0888383615ab524f85636d702c5767bca2 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 16 Mar 2014 13:55:06 +0100 Subject: Build system: ccache is build system so turn it into real host package Signed-off-by: Abdoulaye Walsimou Gaye --- toolchain/toolchain.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/toolchain.mk b/toolchain/toolchain.mk index 8dbefa3..553342e 100644 --- a/toolchain/toolchain.mk +++ b/toolchain/toolchain.mk @@ -110,7 +110,7 @@ TOOLCHAIN_NAME := toolchain TOOLCHAIN_BUILD_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain-toolchain TOOLCHAIN_SRC_DIR := $(TOOLCHAIN_DIR)/.embtk-toolchain-toolchain -TOOLCHAIN_PRE_DEPS-y := ccache_install $(AUTOTOOLS_INSTALL) +TOOLCHAIN_PRE_DEPS-y := ccache_host_install $(AUTOTOOLS_INSTALL) ifeq ($(embtk_buildhost_os_type),bsd) TOOLCHAIN_PRE_DEPS-y += gsed_install gmake_install endif -- cgit v1.2.3