summaryrefslogtreecommitdiffstats
path: root/package/ccache/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ccache/Config.in')
-rw-r--r--package/ccache/Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/ccache/Config.in b/package/ccache/Config.in
deleted file mode 100644
index 28d94681cc..0000000000
--- a/package/ccache/Config.in
+++ /dev/null
@@ -1,12 +0,0 @@
-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
OpenPOWER on IntegriCloud