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, 19 Apr 2024 16:02:49 +0000 (18:02 +0200)
commit1ddbbb582e9abd6cdf954188a5bd02c6570f5686
tree36c432f809c6f4dcbee15a09be5f16c3d7d93008
parent7cf077c45344c9d08711b4f4cbb54c5dfca99b45
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