summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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