diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-23 22:09:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-23 22:09:12 +0000 |
commit | 2605b7410f9c9f5cb20280c298904559907e9c85 (patch) | |
tree | e4b4bb64300cd8b61f7652bbc0b95c5fb2c4ded5 /toolchain/ccache | |
parent | 6f3293774c9b28f18360e0147e2b8dc1a3d5eeba (diff) | |
download | buildroot-novena-2605b7410f9c9f5cb20280c298904559907e9c85.tar.gz buildroot-novena-2605b7410f9c9f5cb20280c298904559907e9c85.zip |
Update ccache to the latest version, which adds features.
http://bugs.busybox.net/view.php?id=297
Diffstat (limited to 'toolchain/ccache')
-rw-r--r-- | toolchain/ccache/ccache.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ccache/ccache.mk b/toolchain/ccache/ccache.mk index 71dfcde69..052055ec7 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) |