diff options
| -rw-r--r-- | meta/recipes-support/boost/boost.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 79c4e6396a..c55221ff1b 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
| @@ -115,7 +115,7 @@ BJAM_TOOLS = "--ignore-site-config \ | |||
| 115 | '--layout=system' \ | 115 | '--layout=system' \ |
| 116 | " | 116 | " |
| 117 | 117 | ||
| 118 | # use PARALLEL_MAKE to speed up the build, but limit it by -j 64, greater paralelism causes bjam to segfault or to ignore -j | 118 | # use PARALLEL_MAKE to speed up the build, but limit it by -j 64, greater parallelism causes bjam to segfault or to ignore -j |
| 119 | # https://svn.boost.org/trac/boost/ticket/7634 | 119 | # https://svn.boost.org/trac/boost/ticket/7634 |
| 120 | def get_boost_parallel_make(d): | 120 | def get_boost_parallel_make(d): |
| 121 | pm = d.getVar('PARALLEL_MAKE', True) | 121 | pm = d.getVar('PARALLEL_MAKE', True) |
| @@ -140,7 +140,7 @@ def get_boost_parallel_make(d): | |||
| 140 | return "" | 140 | return "" |
| 141 | 141 | ||
| 142 | BOOST_PARALLEL_MAKE = "${@get_boost_parallel_make(d)}" | 142 | BOOST_PARALLEL_MAKE = "${@get_boost_parallel_make(d)}" |
| 143 | BJAM_OPTS = '${BOOST_PARALLEL_MAKE} \ | 143 | BJAM_OPTS = '${BOOST_PARALLEL_MAKE} -d+2 -q \ |
| 144 | ${BJAM_TOOLS} \ | 144 | ${BJAM_TOOLS} \ |
| 145 | -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \ | 145 | -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \ |
| 146 | --builddir=${S}/${TARGET_SYS} \ | 146 | --builddir=${S}/${TARGET_SYS} \ |
