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>
Fri, 28 Feb 2025 16:36:22 +0000 (17:36 +0100)
commit247deeca293b24fe31c90ac6d72260f950890d06
treea2bed301487cb2c19fe993aa6536f4c5a62495e5
parent79bba3d788fa9ae25dca0c47b64dfa659664af01
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