buildrootschalter/package/boost
Luca Ceresoli 3f4b08697b boost: fix build on 64-bit target after bump to 1.54.0
Fixes compilation error with aarch64 target:

./boost/atomic/atomic.hpp: At global scope:
./boost/atomic/atomic.hpp:202:16: error: 'uintptr_t' was not declared in this scope
 typedef atomic<uintptr_t> atomic_uintptr_t;
                ^
./boost/atomic/atomic.hpp:202:25: error: template argument 1 is invalid
 typedef atomic<uintptr_t> atomic_uintptr_t;
                         ^
./boost/atomic/atomic.hpp:202:43: error: invalid type in declaration before ';' token
 typedef atomic<uintptr_t> atomic_uintptr_t;
                                           ^

Fixes http://autobuild.buildroot.net/results/0b69d7b33dc16ea27e395a949cefbd0a35c92f61/

Reported here: https://svn.boost.org/trac/boost/ticket/8973
Fix reported here: https://svn.boost.org/trac/boost/ticket/8731

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Backported-from: https://svn.boost.org/trac/boost/changeset/84950
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-22 16:19:25 +02:00
..
boost-0001-fix-ambiguous-format-call-on-64bit-builds.patch boost: fix 64-bit build due to ambiguous format call 2013-08-07 00:20:45 +02:00
boost-0002-Fix-compilation-of-Boost.Variants-move-assignment.patch boost: Fix compilation of Boost.Variants move assignment 2013-10-14 21:48:03 +02:00
boost-0003-fix-64bit-build-with-recent-gcc.patch boost: fix build on 64-bit target after bump to 1.54.0 2013-10-22 16:19:25 +02:00
boost.mk boost: fix build failures after version bump 2013-10-14 22:52:50 +02:00
Config.in Config.in files: unify comments of toolchain option dependencies 2013-10-14 22:45:57 +02:00