diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-09 08:13:57 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-09 21:51:12 +0100 |
commit | 28acda4b63e9ef4d1203765c83117ffabb5750e0 (patch) | |
tree | 6a2004949760571f7bf59d8392e7d751460b4e04 | |
parent | b5b4f09f293b64b2d4345170e847cbdd14e1f330 (diff) | |
download | buildroot-novena-28acda4b63e9ef4d1203765c83117ffabb5750e0.tar.gz buildroot-novena-28acda4b63e9ef4d1203765c83117ffabb5750e0.zip |
ccache: deprecate the target package
Since we have deprecated the capability of building a toolchain for
the target, it makes sense to also deprecate ccache for the target.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/ccache/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ccache/Config.in b/package/ccache/Config.in index 30e657870..41ace52de 100644 --- a/package/ccache/Config.in +++ b/package/ccache/Config.in @@ -2,6 +2,8 @@ config BR2_PACKAGE_CCACHE bool "ccache" # needs fork() depends on BR2_USE_MMU + # We no longer support a toolchain on the target + depends on BR2_DEPRECATED help ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same |