aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-31 23:24:40 +0200
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-31 23:24:40 +0200
commit04736bfc8599de812ee4954a06b8d7751fc7c182 (patch)
treed4815f85909315c2bd66179312d523cce1912dcc
parentd75f12cacecfa7877a327e83e2862c685012a548 (diff)
downloadcrosstool-ng-04736bfc8599de812ee4954a06b8d7751fc7c182.tar.gz
crosstool-ng-04736bfc8599de812ee4954a06b8d7751fc7c182.tar.bz2
crosstool-ng-04736bfc8599de812ee4954a06b8d7751fc7c182.zip
binutils/binutils: remove faulty patch
The added code should be conditinal to the target system being !MIPS, but is based on the host system being !MIPS. This is plain wrong, and had not been noticed until now as I never used those binutils versions on MIPS. See: http://sourceware.org/ml/crossgcc/2010-08/msg00192.html Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from f5ab0a80e46616adb3619cc7c5d78d0ccd7ea697)
-rw-r--r--patches/binutils/2.20/210-generate-gnu-hash.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/patches/binutils/2.20/210-generate-gnu-hash.patch b/patches/binutils/2.20/210-generate-gnu-hash.patch
deleted file mode 100644
index b427c897..00000000
--- a/patches/binutils/2.20/210-generate-gnu-hash.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- binutils/ld/ldmain.c
-+++ binutils/ld/ldmain.c
-@@ -273,2 +273,5 @@ main (int argc, char **argv)
- link_info.emit_hash = TRUE;
-+#ifndef __mips__
-+ link_info.emit_gnu_hash = TRUE;
-+#endif
- link_info.callbacks = &link_callbacks;