mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-09 14:12:10 -05:00
This adds the -Wl,-z,pack-relative-relocs linking options. This reduces the size of some binaries. This is only supported on i386, x86_64, aarch64 and loongarch64 in binutils. This feature is not support for MIPS. musl libc supports it since version 1.2.4 . glibc supports it since vesion 2.36. binutils ld supports it since version 2.38 for x86 and since version 2.43 for LoongArch. This reduces the size of the armsr default root file system from 5,262,198 bytes to 5,200,950 bytes by 61,248 bytes. Link: https://github.com/openwrt/openwrt/pull/20679 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .. | ||
| check-hostcxx.sh | ||
| check-uname.sh | ||
| Config-build.in | ||
| Config-devel.in | ||
| Config-images.in | ||
| Config-kernel.in | ||