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, 26 Apr 2024 04:31:54 +0000 (06:31 +0200)
commit6268da49f1b919f43b3b569561b2550bbb113d6a
tree7bb6e4977d6e9c34bec391175fa156c3c80ae72d
parent758c8c17251862c3372b781ff931ff25d1d153e6
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