[PATCH] uclibc++: remove
Rosen Penev
rosenp at gmail.com
Fri Mar 12 23:09:52 GMT 2021
On Sat, Feb 27, 2021 at 7:41 AM Hauke Mehrtens <hauke at hauke-m.de> wrote:
>
> On 2/27/21 5:17 AM, Rosen Penev wrote:
> > No package here depends on it. Furthermore, uClibc++ is a fairly buggy
> > C++ library and seems to be relatively inactive upstream.
> >
> > It also lacks proper support for modern C++11 features.
> >
> > The main benefit of it is size: 66.6 KB vs 287.3 KB on mips24kc. Static
> > linking and LTO can help bring the size down of packages that need it.
> >
> > Added warning message to uclibc++.mk
> >
> > Signed-off-by: Rosen Penev <rosenp at gmail.com>
> > ---
> > config/Config-build.in | 14 --
> > include/uclibc++.mk | 18 +--
> > package/libs/uclibc++/Makefile | 105 -------------
> > package/libs/uclibc++/files/config.default | 58 -------
> > .../libs/uclibc++/patches/001-no-ansi.patch | 10 --
> > .../patches/002-undef-functions.patch | 35 -----
> > .../libs/uclibc++/patches/003-no-fPIC.patch | 10 --
> > ...ibc-Make-long-long-available-to-C-11.patch | 143 ------------------
> > .../005-istream_helpers-Fix-sscanf-typo.patch | 37 -----
> > 9 files changed, 2 insertions(+), 428 deletions(-)
> > delete mode 100644 package/libs/uclibc++/Makefile
> > delete mode 100644 package/libs/uclibc++/files/config.default
> > delete mode 100644 package/libs/uclibc++/patches/001-no-ansi.patch
> > delete mode 100644 package/libs/uclibc++/patches/002-undef-functions.patch
> > delete mode 100644 package/libs/uclibc++/patches/003-no-fPIC.patch
> > delete mode 100644 package/libs/uclibc++/patches/004-uClibc-Make-long-long-available-to-C-11.patch
> > delete mode 100644 package/libs/uclibc++/patches/005-istream_helpers-Fix-sscanf-typo.patch
> >
>
> Acked-by: Hauke Mehrtens <hauke at hauke-m.de>
All packages in the normal feeds have been changed to not use
uclibc++.mk. Should I remove and resend this patch?
More information about the openwrt-devel
mailing list