This package was intended to replace uClibc++ which is totally dead
upstream in addition to being quite buggy.
Unfortunately, it had several problems such as not including its own
C++ ABI. I tried to piggyback off of the GCC one, but that did not work
as several packages failed to compile when inc
It seems the buildbots can't handle it.
Added a cmake option to find the cxxabi files as they are part of the
toolchain and not in the normal path. It doesn't seem to make a
difference, just gets rid of cmake warnings.
Added another small GCC warning fix. It's fairly minor.
This has no change in