projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a364990
)
tools/bison: enable parallel builds
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:18:04 +0000
(14:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:18:04 +0000
(14:18 +0000)
SVN-Revision: 33439
tools/bison/Makefile
patch
|
blob
|
history
diff --git
a/tools/bison/Makefile
b/tools/bison/Makefile
index b48862a3dea99f07a29071ebead4b1e35d8df3dd..ef705227e51d74d99776c18a4e6ad7076d3a2378 100644
(file)
--- 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)