summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-05-03 15:13:19 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-03 15:13:19 +0200
commitccb58a730dfffb2d802230ebf6c83569657b4c1e (patch)
treed01fd162ae2d20b65de893845752b2feb5a59cf8
parent2a2403af1d8f87e31e79b5927bb64c74c6993e2c (diff)
ccache: fix ccache-target dependencies
Ccache for the target doesn't make sense without a toolchain, so make it depend on it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--toolchain/ccache/Config.in.21
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/ccache/Config.in.2 b/toolchain/ccache/Config.in.2
index f7af00d05..6a6c78915 100644
--- a/toolchain/ccache/Config.in.2
+++ b/toolchain/ccache/Config.in.2
@@ -2,6 +2,7 @@
config BR2_PACKAGE_CCACHE_TARGET
bool "ccache"
+ depends on BR2_PACKAGE_GCC_TARGET
help
ccache is a compiler cache. It speeds up recompilation of
C/C++ code by caching previous compiles and detecting when