summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile
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
commit915e6b89b50eb2edac7e905039ec0592d6fc8723 (patch)
treea744d5c73dbb1964ab5dbdfffe9c322af467d86c /toolchain/binutils/Makefile
parent80475bb5737ae0f7c2ace9628b29e43d3ab22ed1 (diff)
downloadmtk-20170518-915e6b89b50eb2edac7e905039ec0592d6fc8723.zip
mtk-20170518-915e6b89b50eb2edac7e905039ec0592d6fc8723.tar.gz
mtk-20170518-915e6b89b50eb2edac7e905039ec0592d6fc8723.tar.bz2
fixup softfloat handling
SVN-Revision: 10003
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 2ca79d3..d317421 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