Update ccache to the latest version, which adds features.
authorEric Andersen <andersen@codepoet.org>
Thu, 23 Jun 2005 22:09:12 +0000 (22:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 23 Jun 2005 22:09:12 +0000 (22:09 -0000)
http://bugs.busybox.net/view.php?id=297

toolchain/ccache/ccache.mk

index 71dfcde6975192de44e1863bb6af7cb93fe29fa4..052055ec7b440e766cb2ccf5cc04f367028856cc 100644 (file)
@@ -3,7 +3,7 @@
 # build ccache to make recompiles faster on the build system
 #
 #############################################################
-CCACHE_VER:=2.3
+CCACHE_VER:=2.4
 CCACHE_SITE:=http://ccache.samba.org/ftp/ccache
 CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
 CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)