kumquat-buildroot/package/boost
Jörg Krause b139cb5dbe boost: module context affected by GCC bug 64735
Building boosts module context is affected by GCC bug 64735 [1]:

```
./boost/context/execution_context_v2.hpp:298:31: error: 'exception_ptr' is not a member of 'std'
     auto p = std::make_tuple( std::exception_ptr{}, std::move( data) );
```

This is because `exception_ptr` from libstdc++ is not available for
architectures not supporting always lock-free atomic ints.

Note, that this bug is fixed in GCC 7.

Fixes:
http://autobuild.buildroot.net/results/f4e/f4e8a3727f19f7df4a1c45efe3603422fafd4af5/

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-06-15 22:27:00 +02:00
..
0001-fix-ambiguous-format-call-on-64bit-builds.patch
0002-fix-uclibc-eventfd.patch
0003-fenv.patch
0004-Corrected-register-usage-in-x86-DCAS-asm-blocks.patch boost: bump to version 1.63.0 2017-03-12 14:09:57 +01:00
0005-fix-test-of-fpe-support.patch boost: bump to version 1.63.0 2017-03-12 14:09:57 +01:00
boost.hash boost: bump to version 1.63.0 2017-03-12 14:09:57 +01:00
boost.mk package: use SPDX short identifier for Boost Software License 1.0 2017-04-01 15:34:46 +02:00
Config.in boost: module context affected by GCC bug 64735 2017-06-15 22:27:00 +02:00