diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:18:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-15 14:18:04 +0000 |
commit | 1fcd4c258da0a0bc1d3a1169032334b6feaa53c3 (patch) | |
tree | f3142cbbcf2105cfb2096370064e9355722dac4f /tools | |
parent | f22ad6cd6588aa81722c54cdd5ad37a705ffca63 (diff) | |
download | upstream-1fcd4c258da0a0bc1d3a1169032334b6feaa53c3.tar.gz upstream-1fcd4c258da0a0bc1d3a1169032334b6feaa53c3.tar.bz2 upstream-1fcd4c258da0a0bc1d3a1169032334b6feaa53c3.zip |
tools/bison: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bison/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) |