summaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-10-06 15:25:12 +0200
committerJo-Philipp Wich <jo@mein.io>2016-10-06 15:29:33 +0200
commit27950ddc0e6069b64e40a8caf203b595a58f741b (patch)
tree822e92b8da28dcc82b0cacaaffc28a64882c9f5e /tools/xz
parent575d3865908bf46568e6ee039ca47cf517abd9ee (diff)
downloadopenwrt-27950ddc0e6069b64e40a8caf203b595a58f741b.tar.gz
openwrt-27950ddc0e6069b64e40a8caf203b595a58f741b.tar.bz2
openwrt-27950ddc0e6069b64e40a8caf203b595a58f741b.zip
tools: xz: force building without ccache
Since XZ is required to bootstrap ccache we must not use the ccache compiler wrapper to avoid circular dependencies. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index d08d6f899e..45735e807f 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -18,6 +18,9 @@ HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
+HOSTCC := $(HOSTCC_NOCACHE)
+HOSTCXX := $(HOSTCXX_NOCACHE)
+
HOST_CONFIGURE_ARGS += \
--enable-static=yes \
--enable-shared=no \