From: Felix Fietkau Date: Sat, 15 Sep 2012 14:17:24 +0000 (+0000) Subject: tools/m4: enable parallel builds X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=975e9a287997dfccff0481a206e2711745b24b4a tools/m4: enable parallel builds SVN-Revision: 33426 --- 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)