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, 2 Oct 2025 11:59:11 +0000 (13:59 +0200)
commit2d9d3db38c5c0d56fe7399719616408c2aa77748
tree350ef7dc0ef9ebb10fec404006009c387e76b64c
parentc439fe998c3795755492fd52f4060138967f0fda
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