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, 14 Feb 2025 10:31:00 +0000 (11:31 +0100)
commit32bb2bf802af9f8bb132c715265da7443fd0d9c7
tree1e18e9b1875bcd67ddaaf503dd1f83a6fb04bc93
parent7cdb0777d57d9a6481b9b4f69ca961430a3217fc
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