X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fpatch%2FMakefile;h=1ea96bf33b584092d93119b4a1f85f6319c05c59;hb=a883639e9221f59c91e7bf3cd56615b79e50518f;hp=94b36075929c699bf89d67fa519c383246e598b6;hpb=d9ddc95ce575ba7e892d4f5be500202e9bdbe202;p=openwrt%2F.git diff --git a/tools/patch/Makefile b/tools/patch/Makefile index 94b3607592..1ea96bf33b 100644 --- a/tools/patch/Makefile +++ b/tools/patch/Makefile @@ -13,6 +13,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/patch PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a +HOST_BUILD_PARALLEL := 1 + include $(INCLUDE_DIR)/host-build.mk +HOSTCC := $(HOSTCC_NOCACHE) +HOSTCXX := $(HOSTCXX_NOCACHE) + $(eval $(call HostBuild))