[OpenWrt-Devel] [PATCH] libcxx: remove

2020-05-23 Thread Rosen Penev
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

[OpenWrt-Devel] [PATCH] libcxx: Remove -flto from LDFLAGS

2020-01-03 Thread Rosen Penev
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