projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a2403a
)
ccache: fix ccache-target dependencies
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 3 May 2010 13:13:19 +0000
(15:13 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 3 May 2010 13:13:19 +0000
(15:13 +0200)
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>
toolchain/ccache/Config.in.2
patch
|
blob
|
history
diff --git
a/toolchain/ccache/Config.in.2
b/toolchain/ccache/Config.in.2
index f7af00d05a4f5de139f8d4b546f89d818fbed57c..6a6c78915eea34dec924738522b247d14deab3f0 100644
(file)
--- 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