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.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 830fcb0568..4fe5a354de 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -120,10 +120,12 @@ BJAM_TOOLS = "-sTOOLS=gcc \
120 '--layout=system' \ 120 '--layout=system' \
121 " 121 "
122 122
123BJAM_OPTS = '${BJAM_TOOLS} \ 123#use PARALLEL_MAKE to speed up the build
124 -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/v2/user-config.jam \ 124BJAM_OPTS = '${PARALLEL_MAKE} \
125 ${BJAM_TOOLS} \
126 -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/v2/user-config.jam \
125 --builddir=${S}/${TARGET_SYS} \ 127 --builddir=${S}/${TARGET_SYS} \
126 --disable-icu \ 128 --disable-icu \
127 ${BJAM_EXTRA}' 129 ${BJAM_EXTRA}'
128 130
129 131