瀏覽代碼

ccache: uses fork(), therefore only usable on MMU platforms

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>
Thomas Petazzoni 12 年之前
父節點
當前提交
b5b4f09f29
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/ccache/Config.in

+ 2 - 0
package/ccache/Config.in

@@ -1,5 +1,7 @@
 config BR2_PACKAGE_CCACHE
 config BR2_PACKAGE_CCACHE
 	bool "ccache"
 	bool "ccache"
+	# needs fork()
+	depends on BR2_USE_MMU
 	help
 	help
 	  ccache is a compiler cache. It speeds up recompilation by
 	  ccache is a compiler cache. It speeds up recompilation by
 	  caching previous compilations and detecting when the same
 	  caching previous compilations and detecting when the same