mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
We get errors like
./boost/test/execution_monitor.hpp:490:27: error: 'FE_DIVBYZERO' was not
declared in this scope
BOOST_FPE_DIVBYZERO = FE_DIVBYZERO,
on musl, rightly because FPU is not used on soft-float
systems
(From OE-Core rev: 17566da0b86cc282d5e598af54e73555c121beb3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
214 B
BlitzBasic
9 lines
214 B
BlitzBasic
include boost-${PV}.inc
|
|
include boost.inc
|
|
|
|
SRC_URI += "\
|
|
file://arm-intrinsics.patch \
|
|
file://0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch;striplevel=2 \
|
|
file://consider-hardfp.patch \
|
|
"
|