[OE-core] [PATCH] boost: switch to using C++11 atomics when available

2016-09-19 Thread André Draszik
The alleviates the need to use and maintain hand-written assembly, just relying on the compiler to do the right thing. Signed-off-by: André Draszik --- ...by-default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch | 58 ++ meta/recipes-support/boost/boost_1.61.0.bb

Re: [OE-core] [PATCH] boost: switch to using C++11 atomics when available

2016-09-19 Thread Burton, Ross
On 19 September 2016 at 10:38, André Draszik wrote: > +++ b/meta/recipes-support/boost/boost/0004-Use-atomic-by- > default-when-BOOST_NO_CXX11_HDR_ATOMIC.patch > @@ -0,0 +1,58 @@ > +From c234cc557f60729e071d6da59747c1a9289555c5 Mon Sep 17 00:00:00 2001 > +From: Peter Dimov