summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-02-16 14:05:08 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-02-16 14:05:08 +0000
commite01a14ceeae550ade6af9df0e321551a790b0ceb (patch)
treeaae057c040da4a14ea9580c109e50c8161ff165a /toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch
parent9818d6f549c0486a0d6f4ada7597cdcf40453e23 (diff)
downloadmtk-20170518-e01a14ceeae550ade6af9df0e321551a790b0ceb.zip
mtk-20170518-e01a14ceeae550ade6af9df0e321551a790b0ceb.tar.gz
mtk-20170518-e01a14ceeae550ade6af9df0e321551a790b0ceb.tar.bz2
fixup the ubicom patch, refresh
SVN-Revision: 25552
Diffstat (limited to 'toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch')
-rw-r--r--toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch7
1 files changed, 2 insertions, 5 deletions
diff --git a/toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch b/toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch
index f773161..9f00025 100644
--- a/toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch
+++ b/toolchain/binutils/patches/2.19.1/112-arm-uclibc-gas-needs-libm.patch
@@ -18,10 +18,8 @@ floatformat.c:(.text+0x43e): undefined reference to `ldexp'
collect2: ld returned 1 exit status
make[4]: *** [as-new] Error 1
-Index: binutils-2.17.50/gas/configure.tgt
-===================================================================
---- binutils-2.17.50.orig/gas/configure.tgt
-+++ binutils-2.17.50/gas/configure.tgt
+--- a/gas/configure.tgt
++++ b/gas/configure.tgt
@@ -415,6 +415,12 @@ case ${generic_target} in
*-*-netware) fmt=elf em=netware ;;
esac
@@ -35,4 +33,3 @@ Index: binutils-2.17.50/gas/configure.tgt
case ${cpu_type} in
alpha | arm | i386 | ia64 | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k)
bfd_gas=yes
-