aboutsummaryrefslogtreecommitdiffstats
path: root/tools/zstd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/zstd/Makefile')
-rw-r--r--tools/zstd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile
index 7459725e8e..ec85362544 100644
--- a/tools/zstd/Makefile
+++ b/tools/zstd/Makefile
@@ -15,6 +15,7 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
+HOSTCC := $(HOSTCC_NOCACHE)
HOST_MAKE_FLAGS = PREFIX=$(HOST_BUILD_PREFIX) HAVE_ZLIB=0 HAVE_LZMA=0 HAVE_LZ4=0
$(eval $(call HostBuild))