[Buildroot] [PATCH 1/8] ccache: uses fork(), there only usable on MMU platforms

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 9 18:13:56 UTC 2012


Fixes:

  http://autobuild.buildroot.org/results/2ba0eb693d24ac4ed9979762db234bfff1952c69/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ccache/Config.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/ccache/Config.in b/package/ccache/Config.in
index 4a37973..30e6578 100644
--- 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
-- 
1.7.9.5




More information about the buildroot mailing list