소스 검색

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 <[email protected]>
Jo-Philipp Wich 9 년 전
부모
커밋
27950ddc0e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tools/xz/Makefile

+ 3 - 0
tools/xz/Makefile

@@ -18,6 +18,9 @@ HOST_BUILD_PARALLEL:=1
 
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/host-build.mk
 
 
+HOSTCC := $(HOSTCC_NOCACHE)
+HOSTCXX := $(HOSTCXX_NOCACHE)
+
 HOST_CONFIGURE_ARGS += \
 HOST_CONFIGURE_ARGS += \
 	--enable-static=yes \
 	--enable-static=yes \
 	--enable-shared=no \
 	--enable-shared=no \