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, 3 Mar 2025 08:43:19 +0000 (09:43 +0100)
commitbd48017af44e7fc5c354606c58708cd5bcdefa7b
tree6b09a1e34c389f0bb739922752e41fad3f2ec05b
parentfa8cbe17b85b9560ec7be90055daf1ecb491f339
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