You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
argp-standalone argp-standalone: clean up patch fuzz 6 years ago
elfutils elfutils: Add host build 5 years ago
gettext package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
gettext-full treewide: revise library packaging 5 years ago
gmp treewide: revise library packaging 5 years ago
libbsd libbsd: Fix compilation under ARC 5 years ago
libconfig treewide: revise library packaging 5 years ago
libcxx libcxx: Add package 4 years ago
libevent2 libevent2: Fix pkgconfig directories 5 years ago
libiconv package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 7 years ago
libiconv-full treewide: revise library packaging 5 years ago
libjson-c libjson-c: update to 0.13.1 5 years ago
libmnl treewide: revise library packaging 5 years ago
libnetfilter-conntrack treewide: revise library packaging 5 years ago
libnetfilter-cthelper treewide: revise library packaging 5 years ago
libnetfilter-cttimeout treewide: revise library packaging 5 years ago
libnetfilter-log treewide: revise library packaging 5 years ago
libnetfilter-queue treewide: revise library packaging 5 years ago
libnfnetlink libnfnetlink: Avoid passing both -fPIC and -fpic 5 years ago
libnftnl libnftnl: bump to version 1.1.4 5 years ago
libnl libnl: update to 3.5.0 5 years ago
libnl-tiny libnl-tiny: update to latest Git head 5 years ago
libpcap libpcap: build with cmake 5 years ago
libroxml libroxml: bump to the 3.0.2 version 5 years ago
libtool treewide: revise library packaging 5 years ago
libubox libubox: update to latest Git HEAD 5 years ago
libunwind libunwind: bump to version 1.3.1 5 years ago
libusb treewide: revise library packaging 5 years ago
libusb-compat treewide: revise library packaging 5 years ago
lzo treewide: revise library packaging 5 years ago
mbedtls mbedtls: update to 2.16.3 5 years ago
ncurses ncurses: Do not pass both -fPIC and -fpic 5 years ago
nettle nettle: Update to 3.5.1 5 years ago
nghttp2 nghttp2: bump to 1.40.0 5 years ago
openssl openssl: Add engine configuration to openssl.cnf 5 years ago
popt popt: Use modern toolchain logic 5 years ago
readline readline: Update to 8.0 and various fixes 5 years ago
sysfsutils treewide: revise library packaging 5 years ago
toolchain toolchain: gcc: enable sanitizers for glibc toolchain 5 years ago
uclibc++ uClibc++: Fix three bugs 5 years ago
uclient uclient: bump to version 2019-05-30 5 years ago
ustream-ssl ustream-ssl: update to latest Git HEAD 5 years ago
wolfssl wolfssl: update to v4.2.0-stable 5 years ago
zlib zlib: Use relative paths in pkg-config metadata file 5 years ago