diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-03 15:13:19 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-03 15:13:19 +0200 |
commit | ccb58a730dfffb2d802230ebf6c83569657b4c1e (patch) | |
tree | d01fd162ae2d20b65de893845752b2feb5a59cf8 /toolchain | |
parent | 2a2403af1d8f87e31e79b5927bb64c74c6993e2c (diff) | |
download | buildroot-novena-ccb58a730dfffb2d802230ebf6c83569657b4c1e.tar.gz buildroot-novena-ccb58a730dfffb2d802230ebf6c83569657b4c1e.zip |
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>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/ccache/Config.in.2 | 1 |
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 |