From f175d45b4c350905956688e2bd40cd9f27f9026e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 21 Nov 2016 17:37:08 +0100 Subject: always use ccache from OpenADK, problem reported by Diez --- target/config/Config.in.adk | 2 +- target/config/Config.in.tools | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'target/config') diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 34bfeaf9e..1e98eb890 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -75,7 +75,7 @@ config ADK_DISABLE_TARGET_KERNEL_PATCHES config ADK_USE_CCACHE bool "Use ccache to speedup recompilation" - select ADK_HOST_NEED_CCACHE + select ADK_HOST_BUILD_CCACHE default n help Useful if you have enough space for the cache and need speedup compilation. diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index b01becf42..2c2e4ed26 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -142,10 +142,6 @@ config ADK_HOST_BUILD_GENIMAGE select ADK_HOST_BUILD_DOSFSTOOLS default n -config ADK_HOST_NEED_CCACHE - bool - default n - config ADK_HOST_BUILD_CCACHE bool default n -- cgit v1.2.3