diff options
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 8 |
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 | ||
123 | BJAM_OPTS = '${BJAM_TOOLS} \ | 123 | #use PARALLEL_MAKE to speed up the build |
124 | -sBOOST_BUILD_USER_CONFIG=${S}/tools/build/v2/user-config.jam \ | 124 | BJAM_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 | ||