mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
16 lines
656 B
BlitzBasic
16 lines
656 B
BlitzBasic
require boost-${PV}.inc
|
|
require boost.inc
|
|
|
|
SRC_URI += "\
|
|
file://arm-intrinsics.patch \
|
|
file://consider-hardfp.patch \
|
|
file://boost-CVE-2012-2677.patch \
|
|
file://0001-boost-asio-detail-socket_types.hpp-fix-poll.h-includ.patch \
|
|
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 \
|
|
"
|