toolchain/binutils: use explicit configure args
[openwrt/staging/hauke.git] / toolchain / binutils / Makefile
index cf65e83e6fdabe67002f995efed38b399337275a..a0e112f8f6a649600dad15b7686ec78f40a61ec2 100644 (file)
@@ -43,8 +43,12 @@ HOST_CONFIGURE_ARGS = \
        --host=$(GNU_HOST_NAME) \
        --target=$(REAL_GNU_TARGET_NAME) \
        --with-sysroot=$(TOOLCHAIN_DIR) \
+       --with-system-zlib \
+       --without-zstd \
        --enable-deterministic-archives \
        --enable-plugins \
+       --enable-lto \
+       --disable-gprofng \
        --disable-multilib \
        --disable-werror \
        --disable-nls \