projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f24019
)
tools/flex: enable parallel builds
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:18:01 +0000
(14:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 15 Sep 2012 14:18:01 +0000
(14:18 +0000)
SVN-Revision: 33438
tools/flex/Makefile
patch
|
blob
|
history
diff --git
a/tools/flex/Makefile
b/tools/flex/Makefile
index 659324a647e2095268e5a0b9f71c2989e25ba9eb..8d23448422f06baf8fb4046b697d4cfa7a0832e7 100644
(file)
--- a/
tools/flex/Makefile
+++ b/
tools/flex/Makefile
@@
-14,6
+14,8
@@
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=10714e50cea54dc7a227e3eddcd44d57
PKG_CAT:=bzcat
+HOST_BUILD_PARALLEL:=1
+
include $(INCLUDE_DIR)/host-build.mk
HOST_LDFLAGS += $(HOST_STATIC_LINKING)