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:34:31 +0000
commit2dc30ad281b625e0c4f2437879bce58245aa45b1 (patch)
tree2654b41f853154cbe236c3db9d0561bee0d4f7e1 /meta/recipes-support/boost/boost_1.62.0.bb
parent520cee660efa60e44dbf004a617c130597be6cae (diff)
downloadopenembedded-core-2dc30ad281b625e0c4f2437879bce58245aa45b1.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. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 += "\
file://0002-boost-test-execution_monitor.hpp-fix-mips-soft-float.patch \
file://0004-Use-atomic-by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch \
file://boost-math-disable-pch-for-gcc.patch \
+ file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
+ file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
+ file://0002-Don-t-set-up-m32-m64-we-do-that-ourselves.patch \
"