patches/gcc/3.4.6/240-mips-xgot.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 339 bd5e0a849352
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
yann@339
     1
diff -durN gcc-3.4.6.orig/gcc/config/mips/t-linux gcc-3.4.6/gcc/config/mips/t-linux
yann@339
     2
--- gcc-3.4.6.orig/gcc/config/mips/t-linux	1970-01-01 01:00:00.000000000 +0100
yann@339
     3
+++ gcc-3.4.6/gcc/config/mips/t-linux	2007-08-15 23:08:15.000000000 +0200
yann@339
     4
@@ -0,0 +1,3 @@
yann@339
     5
+# Compile crtbegin/end with xgot so it works for both
yann@339
     6
+# normal and large GOTs.
yann@339
     7
+CRTSTUFF_T_CFLAGS = -mxgot