aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-26 21:10:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-26 21:10:37 +0000
commit2bafcfc69ac10cd6582f8c02f6532844e1baf341 (patch)
treebf49f51df78f0895ec0bf2961ed3f6955ff9598f /tools
parent0a7382a7004f3276adda7d6ca83073b599dcf34e (diff)
downloadmaster-187ad058-2bafcfc69ac10cd6582f8c02f6532844e1baf341.tar.gz
master-187ad058-2bafcfc69ac10cd6582f8c02f6532844e1baf341.tar.bz2
master-187ad058-2bafcfc69ac10cd6582f8c02f6532844e1baf341.zip
tools/patch: enable parallel build
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/patch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/patch/Makefile b/tools/patch/Makefile
index 4774478c96..1ea96bf33b 100644
--- a/tools/patch/Makefile
+++ b/tools/patch/Makefile
@@ -13,6 +13,8 @@ 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)