diff options
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index bf22c95ebd..6b42133aed 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -92,7 +92,8 @@ EQD = '\"' | |||
92 | #boost.bb: "... '-sGCC=... '${SQD}'-DBOOST_PLATFORM_CONFIG=${EQD}config${EQD}'${SQD} ..." | 92 | #boost.bb: "... '-sGCC=... '${SQD}'-DBOOST_PLATFORM_CONFIG=${EQD}config${EQD}'${SQD} ..." |
93 | BJAM_CONF = "${SQD}'-DBOOST_PLATFORM_CONFIG=${EQD}boost/config/platform/${TARGET_OS}.hpp${EQD}'${SQD}" | 93 | BJAM_CONF = "${SQD}'-DBOOST_PLATFORM_CONFIG=${EQD}boost/config/platform/${TARGET_OS}.hpp${EQD}'${SQD}" |
94 | 94 | ||
95 | BJAM_TOOLS = "-sTOOLS=gcc \ | 95 | BJAM_TOOLS = "--ignore-site-config \ |
96 | '-sTOOLS=gcc' \ | ||
96 | '-sGCC=${CC} '${BJAM_CONF} \ | 97 | '-sGCC=${CC} '${BJAM_CONF} \ |
97 | '-sGXX=${CXX} '${BJAM_CONF} \ | 98 | '-sGXX=${CXX} '${BJAM_CONF} \ |
98 | '-sGCC_INCLUDE_DIRECTORY=${STAGING_INCDIR}' \ | 99 | '-sGCC_INCLUDE_DIRECTORY=${STAGING_INCDIR}' \ |