fixup softfloat handling
[openwrt-10.03/.git] / toolchain / binutils / Makefile
index 2ca79d3eaf9a93054fcb650c32c50fd666977f4f..d31742125e48f2b9339fa992a56dd2e1628d8491 100644 (file)
@@ -33,6 +33,7 @@ define Build/Configure
                --target=$(REAL_GNU_TARGET_NAME) \
                --disable-werror \
                --disable-nls \
+               $(SOFT_FLOAT_CONFIG_OPTION) \
                $(call qstrip,$(CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS)) \
        );
 endef