summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r--meta/recipes-support/boost/boost.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 0461ec6fcf..b447897a0c 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -133,9 +133,8 @@ BJAM_TOOLS = "--ignore-site-config \
133 '--layout=system' \ 133 '--layout=system' \
134 " 134 "
135 135
136# use PARALLEL_MAKE to speed up the build, but limit it by -j 64, greater parallelism causes bjam to segfault or to ignore -j 136# use PARALLEL_MAKE to speed up the build
137# https://svn.boost.org/trac/boost/ticket/7634 137BOOST_PARALLEL_MAKE = "${@oe.utils.parallel_make_argument(d, '-j%d')}"
138BOOST_PARALLEL_MAKE = "${@oe.utils.parallel_make_argument(d, '-j%d', limit=64)}"
139BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \ 138BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \
140 ${BJAM_TOOLS} \ 139 ${BJAM_TOOLS} \
141 -sBOOST_BUILD_USER_CONFIG=${WORKDIR}/user-config.jam \ 140 -sBOOST_BUILD_USER_CONFIG=${WORKDIR}/user-config.jam \