libcxxabi: add
authorRosen Penev <rosenp@gmail.com>
Sat, 29 Aug 2020 03:17:38 +0000 (20:17 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 31 Aug 2020 20:11:23 +0000 (22:11 +0200)
commit3f9bd9e8ee609b82a709fc62d42187211dd9804f
tree9090902f36f66554be403ef6c977cae907783cf6
parent21abc09cd6a106714664519283d0cb9e92ff7ef4
libcxxabi: add

This will be used for libcxx.

libcxxabi is needed as libsupc++ is not good enough for libcxx. It uses
GCC specific stuff which causes failed compilation for some packages.
There are also runtime issues, most notably with cxxopts where the
program just crashes.

Reference: https://github.com/gerbera/gerbera/issues/795

Added patch to fix ARM compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/libs/libcxxabi/Makefile [new file with mode: 0644]
package/libs/libcxxabi/patches/010-arm.patch [new file with mode: 0644]