summaryrefslogtreecommitdiff
path: root/packages/htools/ccache/ccache.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 13:55:06 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 13:55:06 +0100
commitaf199a0888383615ab524f85636d702c5767bca2 (patch)
tree7a4391e793a95c1932796d693ab06d3f5d8bf9d9 /packages/htools/ccache/ccache.kconfig
parentbfdd86114dd739766c7df7840fc0b6b66274447d (diff)
downloadembtoolkit-af199a0888383615ab524f85636d702c5767bca2.tar.gz
embtoolkit-af199a0888383615ab524f85636d702c5767bca2.tar.bz2
embtoolkit-af199a0888383615ab524f85636d702c5767bca2.tar.xz
Build system: ccache is build system so turn it into real host package
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/htools/ccache/ccache.kconfig')
-rw-r--r--packages/htools/ccache/ccache.kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/htools/ccache/ccache.kconfig b/packages/htools/ccache/ccache.kconfig
index c8dab4f..adf7dbd 100644
--- a/packages/htools/ccache/ccache.kconfig
+++ b/packages/htools/ccache/ccache.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2011-2012 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2011-2014 Abdoulaye Walsimou GAYE.
#
# This program is free software; you can distribute it and/or modify it
##
@@ -25,7 +25,7 @@
# \date July 2011
################################################################################
-config EMBTK_HAVE_CCACHE
+config EMBTK_HOST_HAVE_CCACHE
bool
default y
help
@@ -34,11 +34,11 @@ config EMBTK_HAVE_CCACHE
compilation is being done again. Supported languages are C,
C++, Objective-C and Objective-C++.
-config EMBTK_CCACHE_VERSION_STRING
+config EMBTK_CCACHE_HOST_VERSION_STRING
string
default "3.1.9"
-config EMBTK_CCACHE_NEED_PATCH
+config EMBTK_CCACHE_HOST_NEED_PATCH
bool
-config EMBTK_CCACHE_NEED_AUTORECONF
+config EMBTK_CCACHE_HOST_NEED_AUTORECONF
bool