1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Rosen Penev 0b26382533 uClibc++: Update to 0.2.5
Switched to xz archives for smaller size.

Removed upstreamed patches.

Reorganized Makefile a little bit for clarity. Build/Prepare is not useful
anymore. Upstream converted the file to LF.

Refreshed config.

Removed -ansi option from the original CFLAGS as this was causing long
long support to be missing.

Removed fPIC. We have the macro $(FPIC) already used. No point in setting
fpic and fPIC together.

Removed pedantic -Wlong-long warnings as they are not useful.

Removed -std=gnu++98. Not only is it unnecessary (it compiles against all
standards), it actually results in a size increase. 75843 vs. 75222 (gcc
in OpenWrt defaults to g++14).

Added --gc-sections to linker flags to reduce size: 72653 vs 75222.

Removed warn linker options. They have been upstreamed.

Tested on Archer C7v2 and GnuBee PC1.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-11 23:10:10 +02:00
..
base-files base-files: improve lib/upgrade/common.sh 2019-05-11 16:37:11 +02:00
boot uboot-tegra: bump to 2019.04 2019-05-05 21:11:01 +02:00
devel kernel: Remove support for kernel 3.18 2019-05-03 22:41:38 +02:00
firmware ath10k-firmware: update Candela Tech firmware images 2019-05-11 16:37:11 +02:00
kernel ath10k-ct: Update to current version 2019-05-11 16:37:11 +02:00
libs uClibc++: Update to 0.2.5 2019-05-11 23:10:10 +02:00
network lldpd: add option to edit hostname 2019-05-11 16:37:11 +02:00
system procd: fix compile issue 2019-05-09 18:33:39 +02:00
utils xfsprogs: Replace valloc with posix_memalign 2019-05-11 23:10:10 +02:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00