index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2012-09-15 14:18:01 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2012-09-15 14:18:01 +0000
commit
a3649900b3612f7333e834bf999fb96fe2d82144
(
patch
)
tree
68f1610fefc6c6909cc59b3ab6b54f154a3a1ad2
parent
2f24019b6cbba25f184ae178b389bce45748de3d
(
diff
)
tools/flex: enable parallel builds
SVN-Revision: 33438
Diffstat
-rw-r--r--
tools/flex/Makefile
2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/flex/Makefile b/tools/flex/Makefile
index 659324a647..8d23448422 100644
--- 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)