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>
Mon, 27 Jan 2025 11:44:15 +0000 (12:44 +0100)
commit55b8a419be957d4d71aab988e82a713b49d6302a
tree85b831bfb017d05bca1930eac8a42c65cfa80ed7
parent60749209c9785fba04d248e86344fc104387865f
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