aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-12-28 18:06:47 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-12-28 18:06:47 +0000
commit08e9c42e677999f887c9dd0b3367c7d669f8a1c7 (patch)
tree98edbe569302e589683a6a06528895a834d11962 /toolchain/binutils
parent643ab9877cd07fe334de4b9f1f26fe01a4d2e6f2 (diff)
downloadmaster-187ad058-08e9c42e677999f887c9dd0b3367c7d669f8a1c7.tar.gz
master-187ad058-08e9c42e677999f887c9dd0b3367c7d669f8a1c7.tar.bz2
master-187ad058-08e9c42e677999f887c9dd0b3367c7d669f8a1c7.zip
fixup softfloat handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10003 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 2ca79d3eaf..d31742125e 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