]> code.ossystems Code Review - openembedded-core.git/commit
boost: Fix build on soft-float ABI arm systems
authorKhem Raj <raj.khem@gmail.com>
Mon, 1 Feb 2016 05:08:29 +0000 (05:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Feb 2016 14:42:14 +0000 (14:42 +0000)
commit17566da0b86cc282d5e598af54e73555c121beb3
tree7896b7d663ea7de25fda717d9c354d768574ed1d
parent94f780e889f194b67a48587ac68b3200288bee10
boost: Fix build on soft-float ABI arm systems

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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/boost/boost/consider-hardfp.patch [new file with mode: 0644]
meta/recipes-support/boost/boost_1.60.0.bb