summaryrefslogtreecommitdiff
path: root/packages/htools
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-31 19:19:35 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-31 19:19:35 +0200
commit82f7b0b9f4063530f5a7df6fe544ca3f948e04d9 (patch)
tree46cb39060a03ac0cdadeb2f51875c213c973ac5a /packages/htools
parentd43ea912563d3319c527a61ca517b4a5c2d39c96 (diff)
downloadembtoolkit-82f7b0b9f4063530f5a7df6fe544ca3f948e04d9.tar.gz
embtoolkit-82f7b0b9f4063530f5a7df6fe544ca3f948e04d9.tar.bz2
embtoolkit-82f7b0b9f4063530f5a7df6fe544ca3f948e04d9.tar.xz
Host tools: ccache: update to v3.2.2embtoolkit-1.8.0
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/htools')
-rw-r--r--packages/htools/ccache/ccache.kconfig11
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/htools/ccache/ccache.kconfig b/packages/htools/ccache/ccache.kconfig
index 294e09a..012f4c4 100644
--- a/packages/htools/ccache/ccache.kconfig
+++ b/packages/htools/ccache/ccache.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2015 Abdoulaye Walsimou GAYE.
#
# This program is free software; you can distribute it and/or modify it
##
@@ -29,14 +29,13 @@ config EMBTK_HOST_HAVE_CCACHE
bool
default y
help
- ccache is a compiler cache. It speeds up recompilation by
- caching previous compilations and detecting when the same
- compilation is being done again. Supported languages are C,
- C++, Objective-C and Objective-C++.
+ ccache is a compiler cache. It speeds up recompilation by caching
+ previous compilations and detecting when the same compilation is being
+ done again. Supported languages are C, C++, Objective-C and Objective-C++.
config EMBTK_CCACHE_HOST_VERSION_STRING
string
- default "3.2.1"
+ default "3.2.2"
config EMBTK_CCACHE_HOST_NOCCACHE
bool