gcc/binutils: disable sysv style hash tables for generated binaries
authorFelix Fietkau <nbd@nbd.name>
Tue, 16 Aug 2022 17:35:50 +0000 (19:35 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 9 Jan 2025 09:42:23 +0000 (10:42 +0100)
commit9b1fa8a6a7688ec9f46a6b5d7739c8b473c09b3e
tree08c713acb9c1a601133a24e6c069cbdba87e5bae
parentdc62ee0339f43ec33d56b0a85c2434fca84a2aeb
gcc/binutils: disable sysv style hash tables for generated binaries

GNU hash tables are always preferred by musl, so the sysv ones are completely
unused and only waste space. Reduces image size by ~1.4%

Signed-off-by: Felix Fietkau <nbd@nbd.name>
toolchain/binutils/Makefile
toolchain/build_version
toolchain/gcc/common.mk