summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain.inc')
-rw-r--r--toolchain.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.inc b/toolchain.inc
index 3165586d78c8..f985e8843a01 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -8,7 +8,7 @@ ifeq ($(CCACHE),)
$(error ccache selected, but not found in PATH)
endif
-export CCACHE_COMPILERCHECK=content
+export CCACHE_COMPILERCHECK=mtime
export CCACHE_BASEDIR=$(top)
export CCACHE_STATSLOG=$(obj)/ccache.stats