From 11c2779e23eb7e84693e246e550b41860ea05c7d Mon Sep 17 00:00:00 2001 From: kaloz Date: Fri, 28 Dec 2007 18:06:47 +0000 Subject: fixup softfloat handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10003 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/binutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/binutils') diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 2ca79d3ea..d31742125 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -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 -- cgit v1.2.3