mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
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)
This commit is contained in:
parent
d75f12cace
commit
04736bfc85
@ -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;
|
Loading…
Reference in New Issue
Block a user