From: Eric Andersen Date: Thu, 23 Jun 2005 22:09:12 +0000 (-0000) Subject: Update ccache to the latest version, which adds features. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2605b7410f9c9f5cb20280c298904559907e9c85;p=buildroot.git Update ccache to the latest version, which adds features. http://bugs.busybox.net/view.php?id=297 --- diff --git a/toolchain/ccache/ccache.mk b/toolchain/ccache/ccache.mk index 71dfcde697..052055ec7b 100644 --- a/toolchain/ccache/ccache.mk +++ b/toolchain/ccache/ccache.mk @@ -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)