summaryrefslogtreecommitdiff
path: root/tools/bison
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-15 14:18:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-15 14:18:04 +0000
commit0250047a7928f31da7c6cb8d4dcce5c6fad3ef81 (patch)
tree054fb147b53f1c2a8bbbb89875c21a6602e02bbf /tools/bison
parenta3649900b3612f7333e834bf999fb96fe2d82144 (diff)
downloadmtk-20170518-0250047a7928f31da7c6cb8d4dcce5c6fad3ef81.zip
mtk-20170518-0250047a7928f31da7c6cb8d4dcce5c6fad3ef81.tar.gz
mtk-20170518-0250047a7928f31da7c6cb8d4dcce5c6fad3ef81.tar.bz2
tools/bison: enable parallel builds
SVN-Revision: 33439
Diffstat (limited to 'tools/bison')
-rw-r--r--tools/bison/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index b48862a..ef70522 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)