diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 18:06:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 18:06:47 +0000 |
commit | 915e6b89b50eb2edac7e905039ec0592d6fc8723 (patch) | |
tree | a744d5c73dbb1964ab5dbdfffe9c322af467d86c /toolchain/binutils | |
parent | 80475bb5737ae0f7c2ace9628b29e43d3ab22ed1 (diff) | |
download | upstream-915e6b89b50eb2edac7e905039ec0592d6fc8723.tar.gz upstream-915e6b89b50eb2edac7e905039ec0592d6fc8723.tar.bz2 upstream-915e6b89b50eb2edac7e905039ec0592d6fc8723.zip |
fixup softfloat handling
SVN-Revision: 10003
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile | 1 |
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 |