aboutsummaryrefslogtreecommitdiffstats
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
commit6c0d4736f4363826a58643fda8a73355e8427419 (patch)
tree8ba56b49a2668ace4f11015c009a8fcb70ca38fd /tools/m4
parent49f3e5cd4e395d440db6d5377e17ae6c6f9f4bb2 (diff)
downloadmaster-187ad058-6c0d4736f4363826a58643fda8a73355e8427419.tar.gz
master-187ad058-6c0d4736f4363826a58643fda8a73355e8427419.tar.bz2
master-187ad058-6c0d4736f4363826a58643fda8a73355e8427419.zip
tools/m4: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33426 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6470a549a5..fa7ed79d12 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)