From: Felix Fietkau Date: Sat, 15 Sep 2012 14:18:04 +0000 (+0000) Subject: tools/bison: enable parallel builds X-Git-Tag: v19.07.0-rc1~23540 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0250047a7928f31da7c6cb8d4dcce5c6fad3ef81;p=openwrt%2Fstaging%2Fhauke.git tools/bison: enable parallel builds SVN-Revision: 33439 --- diff --git a/tools/bison/Makefile b/tools/bison/Makefile index b48862a3de..ef705227e5 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -14,6 +14,8 @@ PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_MD5SUM:=9dba20116b13fc61a0846b0058fbe004 PKG_CAT:=bzcat +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk HOST_LDFLAGS += $(HOST_STATIC_LINKING)