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>
Sun, 19 May 2024 07:47:14 +0000 (09:47 +0200)
commit15f59a713fd0f674470b168fffc4af4620503892
tree87230bc119eeb8410e4964e48ad987e0b0e4f24c
parent753fe7dba54c9ed833eca29d10965a6d66ed37aa
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