projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63eabbb
)
ccache: uses fork(), therefore only usable on MMU platforms
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 9 Dec 2012 08:13:56 +0000
(08:13 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 9 Dec 2012 20:49:45 +0000
(21:49 +0100)
Fixes:
http://autobuild.buildroot.org/results/
2ba0eb693d24ac4ed9979762db234bfff1952c69
/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ccache/Config.in
patch
|
blob
|
history
diff --git
a/package/ccache/Config.in
b/package/ccache/Config.in
index 4a37973623341e084f690de59ba7b0a95ce87b85..30e657870016fb6a00e986fcae503ff7267780b3 100644
(file)
--- a/
package/ccache/Config.in
+++ b/
package/ccache/Config.in
@@
-1,5
+1,7
@@
config BR2_PACKAGE_CCACHE
bool "ccache"
+ # needs fork()
+ depends on BR2_USE_MMU
help
ccache is a compiler cache. It speeds up recompilation by
caching previous compilations and detecting when the same