From: Thomas Petazzoni Date: Sun, 9 Dec 2012 08:13:57 +0000 (+0000) Subject: ccache: deprecate the target package X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28acda4b63e9ef4d1203765c83117ffabb5750e0;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/ccache/Config.in b/package/ccache/Config.in index 30e6578700..41ace52de6 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