crosstools/gcc: enable C++11 threading support in 4.8.3
commit61832ba7f4a7e7fd591a982b3b41205ab22d2e68
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 14 Nov 2014 21:02:49 +0000 (14 21:02 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 14 Nov 2014 21:02:49 +0000 (14 21:02 +0000)
tree29277bcac6193c43a691adc54b46e5f4eb953d54
parentf6fe977c7880093367b28baa8a64fa7618d6fb9e
crosstools/gcc: enable C++11 threading support in 4.8.3

The threading support requires native threading functions which in
this case is provided by pthread library. The library is added to
LIB_SPEC before C library.

This change adds thread support to libgcc and libstdc++, however
pthread is only pulled into C++ executables due to libstdc++ startup.
C executables do not pull pthread by default.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49796 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
tools/crosstools/gcc-4.8.3-aros.diff