diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:17:24 +0000 |
commit | 17f981181413eeaceca2965ad54f453ad2399f3b (patch) | |
tree | d6d0645d335ecb7fdf508bdc0d723e55839b55ff /tools/m4 | |
parent | f1eda43e735ccdf79f0d7b8bf9def58bf2462b86 (diff) | |
download | upstream-17f981181413eeaceca2965ad54f453ad2399f3b.tar.gz upstream-17f981181413eeaceca2965ad54f453ad2399f3b.tar.bz2 upstream-17f981181413eeaceca2965ad54f453ad2399f3b.zip |
tools/m4: enable parallel builds
SVN-Revision: 33426
Diffstat (limited to 'tools/m4')
-rw-r--r-- | tools/m4/Makefile | 2 |
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) |