1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package/libs
Rosen Penev 856ea2bad3 libcxx: Add package
Currently in OpenWrt, there are two libc++: libstdcpp and uClibc++. The
former is huge and the latter supports only C++98 with some basic support
for C++11. Those C++ versions seem to be specific to the compiler version

libcxx supports C++11 and above while being much smaller than libstdcpp.
On mt7621, these are the sizes of the ipks that I get:

libstdcpp: 460786
libcxx: 182881
uClibc++:67720

libcxx is faster than uClibc++ and is under active development as part of
the LLVM project while uClibc++ is effectively dead.

This PR modifies uclibc++.mk to expose the make menuconfig option. Further
cleanup is beyond the scope of this PR. What that means is, this is not
used by default.

A g++-libcxx wrapper based on the uClibc++ one was added. Works the same
way.

Compile tested with all packages that use uclibc++.mk in their Makefiles
under mipsel_24kc. kismet fails compilation but that package needs to be
cleaned up and updated.

Runtime tested with gddrescue, gdisk, dcwapd, bonnie++, and aircrack-ng
on a TP-Link Archer C7v2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-12-23 00:22:07 +01:00
..
argp-standalone
elfutils elfutils: Add host build 2019-09-21 01:09:30 +02:00
gettext
gettext-full treewide: revise library packaging 2019-01-24 10:39:30 +01:00
gmp treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libbsd libbsd: Fix compilation under ARC 2019-05-17 21:41:43 +02:00
libconfig treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libcxx libcxx: Add package 2019-12-23 00:22:07 +01:00
libevent2 libevent2: Fix pkgconfig directories 2019-11-09 14:33:42 +01:00
libiconv
libiconv-full treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libjson-c libjson-c: update to 0.13.1 2019-06-19 22:44:28 +02:00
libmnl treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-conntrack treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-cthelper treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-cttimeout treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-log treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-queue treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnfnetlink libnfnetlink: Avoid passing both -fPIC and -fpic 2019-08-31 12:08:23 +02:00
libnftnl libnftnl: bump to version 1.1.4 2019-09-01 18:38:04 +02:00
libnl libnl: update to 3.5.0 2019-11-01 21:19:40 +01:00
libnl-tiny libnl-tiny: update to latest Git head 2019-11-14 22:53:31 +01:00
libpcap libpcap: build with cmake 2019-10-21 01:37:43 +00:00
libroxml libroxml: bump to the 3.0.2 version 2019-07-15 21:35:56 +02:00
libtool treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libubox libubox: update to latest Git HEAD 2019-11-24 14:19:43 +01:00
libunwind libunwind: bump to version 1.3.1 2019-06-05 01:13:07 +00:00
libusb treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libusb-compat treewide: revise library packaging 2019-01-24 10:39:30 +01:00
lzo treewide: revise library packaging 2019-01-24 10:39:30 +01:00
mbedtls mbedtls: update to 2.16.3 2019-09-20 19:32:04 +02:00
ncurses ncurses: Do not pass both -fPIC and -fpic 2019-08-31 12:08:23 +02:00
nettle nettle: Update to 3.5.1 2019-08-09 21:40:13 +02:00
nghttp2 nghttp2: bump to 1.40.0 2019-11-23 21:32:04 +01:00
openssl openssl: Add engine configuration to openssl.cnf 2019-10-20 13:01:43 +02:00
popt popt: Use modern toolchain logic 2019-02-26 23:20:04 +01:00
readline readline: Update to 8.0 and various fixes 2019-01-22 08:49:36 +01:00
sysfsutils treewide: revise library packaging 2019-01-24 10:39:30 +01:00
toolchain toolchain: gcc: enable sanitizers for glibc toolchain 2019-10-24 11:40:00 +00:00
uclibc++ uClibc++: Fix three bugs 2019-10-12 23:43:08 +02:00
uclient uclient: bump to version 2019-05-30 2019-05-30 12:13:31 +00:00
ustream-ssl ustream-ssl: update to latest Git HEAD 2019-11-05 14:43:20 +01:00
wolfssl wolfssl: update to v4.2.0-stable 2019-11-06 23:23:53 +01:00
zlib zlib: Use relative paths in pkg-config metadata file 2019-05-17 21:41:43 +02:00