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>
Thu, 16 Jan 2025 12:30:28 +0000 (13:30 +0100)
commite04f6638b02e59156f8239bed47a57db992e1607
tree90a993464c3920d05131a0fc7bc3f33fb4cd009b
parentb3c057ed667964f814b8093fdf25378bffd025f9
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