2010-12-07 21:09:56 +01:00
|
|
|
config BR2_PACKAGE_CCACHE
|
|
|
|
bool "ccache"
|
2012-12-09 09:13:56 +01:00
|
|
|
# needs fork()
|
|
|
|
depends on BR2_USE_MMU
|
2012-12-09 09:13:57 +01:00
|
|
|
# We no longer support a toolchain on the target
|
|
|
|
depends on BR2_DEPRECATED
|
2010-12-07 21:09:56 +01:00
|
|
|
help
|
|
|
|
ccache is a compiler cache. It speeds up recompilation by
|
|
|
|
caching previous compilations and detecting when the same
|
|
|
|
compilation is being done again
|
|
|
|
|
2012-11-28 09:35:16 +01:00
|
|
|
http://ccache.samba.org
|
2010-12-07 21:09:56 +01:00
|
|
|
|