summaryrefslogtreecommitdiff
path: root/tools/m4
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 14:17:24 +0000
commit17f981181413eeaceca2965ad54f453ad2399f3b (patch)
treed6d0645d335ecb7fdf508bdc0d723e55839b55ff /tools/m4
parentf1eda43e735ccdf79f0d7b8bf9def58bf2462b86 (diff)
downloadmtk-20170518-17f981181413eeaceca2965ad54f453ad2399f3b.zip
mtk-20170518-17f981181413eeaceca2965ad54f453ad2399f3b.tar.gz
mtk-20170518-17f981181413eeaceca2965ad54f453ad2399f3b.tar.bz2
tools/m4: enable parallel builds
SVN-Revision: 33426
Diffstat (limited to 'tools/m4')
-rw-r--r--tools/m4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/m4/Makefile b/tools/m4/Makefile
index 6470a54..fa7ed79 100644
--- a/tools/m4/Makefile
+++ b/tools/m4/Makefile
@@ -14,6 +14,8 @@ PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=a5dfb4f2b7370e9d34293d23fd09b280
PKG_CAT:=zcat
+HOST_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/host-build.mk
HOST_LDFLAGS += $(HOST_STATIC_LINKING)