summaryrefslogtreecommitdiff
path: root/patches/binutils/2.20/210-generate-gnu-hash.patch
blob: b427c89778398a933c9795576ed8497ddda0b673 (plain)
1
2
3
4
5
6
7
8
--- 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;