libcxx: update to 10.0.0
authorRosen Penev <rosenp@gmail.com>
Sat, 29 Aug 2020 03:17:39 +0000 (20:17 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 31 Aug 2020 20:11:23 +0000 (22:11 +0200)
commit879e68eafd76dea0b5c2d47e3968d0535dc467af
tree7e8d8f1602d9425121f217c5e40f0f92323ae2e5
parent3f9bd9e8ee609b82a709fc62d42187211dd9804f
libcxx: update to 10.0.0

Switched to upstream tarballs.

Switched to libcxxabi as using libsupc++ is quite wonky.

Fixed description.

Removed patches. The fixes are cosmetic.

Added ssp patch. This one is needed for i386 and powerpc under musl.

Compile tested every C++ package in the tree with the exception of
several boost packages. There's something broken with boost.

Ran tested with gerbera.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/libs/libcxx/Makefile
package/libs/libcxx/files/g++-libcxx
package/libs/libcxx/patches/010-cxx17.patch [deleted file]
package/libs/libcxx/patches/010-ssp.patch [new file with mode: 0644]
package/libs/libcxx/patches/020-fixes.patch [deleted file]