gcc/binutils: disable sysv style hash tables for generated binaries
[openwrt/staging/nbd.git] / toolchain / binutils / Makefile
index 8635e9710ac64e4124844a4f938aec89dca32324..d4e0c9f2db0316df9b221e593f088e584bb6f968 100644 (file)
@@ -61,6 +61,7 @@ HOST_CONFIGURE_ARGS = \
        --with-system-zlib \
        --with-zstd \
        --enable-deterministic-archives \
+       $(if $(findstring mips,$(ARCH)),,--enable-default-hash-style=gnu) \
        --enable-plugins \
        --enable-lto \
        --disable-gprofng \