]> code.ossystems Code Review - openembedded-core.git/commit
boost: fix atomics for armv6
authorPeter A. Bigot <pab@pabigot.com>
Sun, 28 Sep 2014 15:37:46 +0000 (10:37 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 13:35:13 +0000 (14:35 +0100)
commitabf8baba208927a0156bb4b743614c6252f2af21
tree369447cda15a851c36dcc55953802eb9f13fbbe7
parent76a2d6b83472995edbe967aed80f0fcbb784b3fc
boost: fix atomics for armv6

meta-raspberrypi and some other systems are ARMv6k but tell OE that
they're ARMv6 which doesn't fully support non-word atomics.  armv6k
does, but Boost didn't handle the recognition correctly in the 1.56
release.  Backport the patch that fixes the build.

See: https://svn.boost.org/trac/boost/ticket/10446
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost/0001-Added-support-for-extending-operations-to-GCC-atomic.patch [new file with mode: 0644]
meta/recipes-support/boost/boost_1.56.0.bb