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, 24 Feb 2025 12:32:52 +0000 (13:32 +0100)
commit54cb5dc318be9a74ff42d72039f9bdd4e188dd65
tree88f4032f0cfd22bd19ee395121489507df83c07b
parent2c95197e8101cc790226a9e0d5444a7804f32d8c
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