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>
--with-system-zlib \
--with-zstd \
--enable-deterministic-archives \
+ $(if $(findstring mips,$(ARCH)),,--enable-default-hash-style=gnu) \
--enable-plugins \
--enable-lto \
--disable-gprofng \
--disable-libssp \
$(GRAPHITE_CONFIGURE) \
--with-host-libstdcxx=-lstdc++ \
+ $(if $(findstring mips,$(ARCH)),,--with-linker-hash-style=gnu) \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
$(if $(CONFIG_mips64)$(CONFIG_mips64el),--with-arch=mips64 \