summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:17:24 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:17:24 +0000
commit88ebcf4b48651bffd2edf57a3d62bb8d6abcb2a0 (patch)
tree8ba56b49a2668ace4f11015c009a8fcb70ca38fd /tools
parent3619dbb11736b6a674a47964ac68ff037cb5ba15 (diff)
tools/m4: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/m4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/m4/Makefile b/tools/m4/Makefile
index 6470a549a..fa7ed79d1 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)