summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni2010-12-07 21:09:56 +0100
committerPeter Korsgaard2010-12-08 17:51:49 +0100
commit17b66affdf439ed7c35d2825a1e2bf7967191e14 (patch)
tree1ca4fdfe4efb06a8a081236c492531d9697e22bf /toolchain/ccache/Config.in
parentlinux: drop LDFLAGS override (diff)
downloadbuildroot-17b66affdf439ed7c35d2825a1e2bf7967191e14.tar.gz
buildroot-17b66affdf439ed7c35d2825a1e2bf7967191e14.tar.xz
buildroot-17b66affdf439ed7c35d2825a1e2bf7967191e14.zip
ccache: rework ccache management
* ccache is now a normal package (both for the host and the target). * ccache option is now part of the "Build options" menu. It will automatically build ccache for the host before building anything, and will use it to cache builds for both host compilations and target compilations. * bump ccache to 3.1.3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/ccache/Config.in')
-rw-r--r--toolchain/ccache/Config.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in
deleted file mode 100644
index 6f36650c7..000000000
--- a/toolchain/ccache/Config.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-
-comment "Ccache Options"
-
-config BR2_CCACHE
- bool "Enable ccache support?"
- help
- Enable ccache support?
-
-config BR2_CCACHE_DIR
- string "ccache dir location?"
- depends on BR2_CCACHE
- default "$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache"
- help
- Where ccache should store cached files.
-