libcxx: Remove -flto from LDFLAGS
authorRosen Penev <rosenp@gmail.com>
Sat, 4 Jan 2020 02:31:01 +0000 (18:31 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Jan 2020 18:36:45 +0000 (19:36 +0100)
commitc84a3458aaee23b6cc6a6ace039596dccb6b7a12
tree6b6e3b0442f17950f3a7b68c2e20e54b1646f659
parent9a3b10b449a38f88def3a9ccbfcadea111338346
libcxx: Remove -flto from LDFLAGS

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 compiled size, and most likely no change in
behavior. Bumped the PKG_RELEASE anyway.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/libs/libcxx/Makefile
package/libs/libcxx/patches/010-cxx17.patch
package/libs/libcxx/patches/020-fixes.patch