X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fpatch%2FMakefile;fp=tools%2Fpatch%2FMakefile;h=4774478c9650ddf7d9dc695c74fa3f16ec1b14a5;hp=94b36075929c699bf89d67fa519c383246e598b6;hb=f4a3dfc4be57b98378b8ce071c25adc1237764be;hpb=b936bd8c3bfa43779ddab78f3e637791c8349995 diff --git a/tools/patch/Makefile b/tools/patch/Makefile index 94b3607592..4774478c96 100644 --- a/tools/patch/Makefile +++ b/tools/patch/Makefile @@ -15,4 +15,7 @@ PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a include $(INCLUDE_DIR)/host-build.mk +HOSTCC := $(HOSTCC_NOCACHE) +HOSTCXX := $(HOSTCXX_NOCACHE) + $(eval $(call HostBuild))