summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost_1.62.0.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2016-12-13 20:09:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:39:12 +0000
commit550052f9d8a3e2e291d4b22548bb860aa3ff30b3 (patch)
treeabf6ed08d2603fe3c83e1d3c7b4bb2f246d785ac /meta/recipes-support/boost/boost_1.62.0.bb
parent0bfe26381640c2fc1b2e5ed6db23a04a0608f538 (diff)
downloadpoky-550052f9d8a3e2e291d4b22548bb860aa3ff30b3.tar.gz
boost: drop flags bits, fix for x32
boost was adding -march/-mcpu itself, and adding -m32/-m64 itself as well. Patch that behavior out, apply another similar patch from elsewhere, and adjust BJAM_OPTS to fix the x32 build. (From OE-Core rev: 2dc30ad281b625e0c4f2437879bce58245aa45b1) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost_1.62.0.bb')
-rw-r--r--meta/recipes-support/boost/boost_1.62.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/boost/boost_1.62.0.bb b/meta/recipes-support/boost/boost_1.62.0.bb
index cde03f2b8e..de4932a6e1 100644
--- a/meta/recipes-support/boost/boost_1.62.0.bb
+++ b/meta/recipes-support/boost/boost_1.62.0.bb
@@ -9,4 +9,7 @@ SRC_URI += "\
9 file://0002-boost-test-execution_monitor.hpp-fix-mips-soft-float.patch \ 9 file://0002-boost-test-execution_monitor.hpp-fix-mips-soft-float.patch \
10 file://0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch \ 10 file://0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch \
11 file://boost-math-disable-pch-for-gcc.patch \ 11 file://boost-math-disable-pch-for-gcc.patch \
12 file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
13 file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
14 file://0002-Don-t-set-up-m32-m64-we-do-that-ourselves.patch \
12" 15"