Message ID | af11bb3bb397ca7a580f200d117fa68953811297.1355076808.git.thomas.petazzoni@free-electrons.com |
---|---|
State | Accepted |
Commit | b5b4f09f293b64b2d4345170e847cbdd14e1f330 |
Headers | show |
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Fixes:
Thomas> http://autobuild.buildroot.org/results/2ba0eb693d24ac4ed9979762db234bfff1952c69/build-end.log
Committed with commit message changed with s/there/therefore/, thanks.
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
Fixes: http://autobuild.buildroot.org/results/2ba0eb693d24ac4ed9979762db234bfff1952c69/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- package/ccache/Config.in | 2 ++ 1 file changed, 2 insertions(+)