projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb645fd
)
boost: Enable parallel compile
author
Michael Büsch
<mb@bu3sch.de>
Sun, 10 Oct 2010 16:16:11 +0000
(16:16 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Sun, 10 Oct 2010 16:16:11 +0000
(16:16 +0000)
SVN-Revision: 23380
libs/boost/Makefile
patch
|
blob
|
history
diff --git
a/libs/boost/Makefile
b/libs/boost/Makefile
index 499cc211fd503ba4da5ad74473de1b37d31055c1..dff08a2d68f510a2ebbff1eceb87c18e70a92ff9 100644
(file)
--- a/
libs/boost/Makefile
+++ b/
libs/boost/Makefile
@@
-19,6
+19,7
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION)
PKG_MD5SUM:=a4fc691c4e7c49b3b9b54a667d8f5529
PKG_BUILD_DEPENDS:=boost-jam/host
+PKG_BUILD_PARALLEL:=1
PKG_CONFIG_DEPENDS := \
CONFIG_PACKAGE_boost-date_time \
@@
-152,6
+153,7
@@
define Build/Compile
) \
bjam \
'-sBUILD=release <optimization>space <inlining>on <debug-symbols>off' \
+ $(filter -j%,$(PKG_JOBS)) \
--toolset=gcc --build-type=minimal --layout=system \
--disable-long-double \
$(CONFIGURE_ARGS) \