Commit 831624c4 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

ccache: remove deprecated target package



The ccache target package has been deprecated since 2013.02 and thus can be
removed in 2014.02. This does not change anything about host ccache (used
for speeding up builds).

Signed-off-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 7164a326
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -119,6 +119,14 @@ config BR2_sh3eb
	  Due to an inexistent user base and generally poor Linux
	  support, the support for the SH3eb architecture was removed.

config BR2_PACKAGE_CCACHE
	bool "ccache target package has been removed"
	select BR2_LEGACY
	help
	  The 'ccache' target package has been removed since it has been
	  deprecated for more than four buildroot releases.
	  Note: using ccache for speeding up builds is still supported.

config BR2_HAVE_DOCUMENTATION
	bool "support for documentation on target has been removed"
	select BR2_LEGACY
+0 −1
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ source "package/binutils/Config.in"
source "package/bison/Config.in"
source "package/bsdiff/Config.in"
source "package/bustle/Config.in"
source "package/ccache/Config.in"
source "package/cvs/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/diffutils/Config.in"

package/ccache/Config.in

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
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_SINCE_2013_02
	help
	  ccache is a compiler cache. It speeds up recompilation by
	  caching previous compilations and detecting when the same
	  compilation is being done again

	  http://ccache.samba.org
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ endef
HOST_CCACHE_POST_CONFIGURE_HOOKS += \
	HOST_CCACHE_PATCH_CONFIGURATION

$(eval $(autotools-package))
$(eval $(host-autotools-package))

ifeq ($(BR2_CCACHE),y)