summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:18:01 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-15 14:18:01 +0000
commit557910b6b692095168e922f7d1cf66335c13fddc (patch)
tree88b03a1ca7aecd631b8c0bbb73ff24320f223050 /tools
parentb23321a783a9c4f8448916ae72831d83867f9bbf (diff)
tools/flex: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33438 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/flex/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/flex/Makefile b/tools/flex/Makefile
index 659324a64..8d2344842 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)