tools: drop circular dependency between patch and ccache, build patch without ccache...
[15.05/openwrt.git] / tools / patch / Makefile
index 94b3607..4774478 100644 (file)
@@ -15,4 +15,7 @@ PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a
 
 include $(INCLUDE_DIR)/host-build.mk
 
+HOSTCC := $(HOSTCC_NOCACHE)
+HOSTCXX := $(HOSTCXX_NOCACHE)
+
 $(eval $(call HostBuild))