Add binutils extra configure options
[openwrt/staging/florian.git] / toolchain / binutils / Makefile
index b3a68893b5872e333b3221ea814da60f9d4137bc..2ca79d3eaf9a93054fcb650c32c50fd666977f4f 100644 (file)
@@ -33,6 +33,7 @@ define Build/Configure
                --target=$(REAL_GNU_TARGET_NAME) \
                --disable-werror \
                --disable-nls \
+               $(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
        );
 endef