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>
Tue, 7 May 2024 20:04:30 +0000 (22:04 +0200)
commit0d57c29f73f3a793274b3fc2849b747c728fb769
tree45b31e745ce4025a357441d66a9f1141f483e03f
parentfb22534f4086707ac151ab0eccae34ec4f2a37d9
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