summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/ccache/Config.in')
-rw-r--r--toolchain/ccache/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in
index 70856a7a9..6f36650c7 100644
--- a/toolchain/ccache/Config.in
+++ b/toolchain/ccache/Config.in
@@ -10,7 +10,7 @@ config BR2_CCACHE
config BR2_CCACHE_DIR
string "ccache dir location?"
depends on BR2_CCACHE
- default "$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)/cache"
+ default "$(TOOLCHAIN_DIR)/ccache-$(CCACHE_VER)/cache"
help
Where ccache should store cached files.