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, 13 Dec 2024 10:05:22 +0000 (11:05 +0100)
commita8d11b1ea92bb5e32cb4ca17e7d2935c6653a074
treefd01b193c4523a97208962e3b7523e339b331034
parent1a96153c42227340f7ac6713cfd8fedc0f0c9219
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