summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-06-23 07:09:55 +0000
committerEric Andersen <andersen@codepoet.org>2006-06-23 07:09:55 +0000
commit82620711eb120dbb36ca8f7af193278d56471ec6 (patch)
treeda37b29a6accd8ae4c5858ad677ad780bac16beb /toolchain
parent179d9671c0aeb407cc272cb9dfeeedd9fc056d3e (diff)
downloadbuildroot-novena-82620711eb120dbb36ca8f7af193278d56471ec6.tar.gz
buildroot-novena-82620711eb120dbb36ca8f7af193278d56471ec6.zip
support linking with xgot
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/3.3.6/810-mips-xgot.patch6
-rw-r--r--toolchain/gcc/3.4.6/810-mips-xgot.patch6
2 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/3.3.6/810-mips-xgot.patch b/toolchain/gcc/3.3.6/810-mips-xgot.patch
new file mode 100644
index 000000000..d7d6691ef
--- /dev/null
+++ b/toolchain/gcc/3.3.6/810-mips-xgot.patch
@@ -0,0 +1,6 @@
+--- gcc.orig/gcc/config/mips/t-linux 1970-01-01 01:00:00.000000000 +0100
++++ gcc/gcc/config/mips/t-linux 2004-08-26 18:28:12.000000000 +0200
+@@ -0,0 +1,3 @@
++# Compile crtbegin/end with xgot so it works for both
++# normal and large GOTs.
++CRTSTUFF_T_CFLAGS = -Wa,-xgot
diff --git a/toolchain/gcc/3.4.6/810-mips-xgot.patch b/toolchain/gcc/3.4.6/810-mips-xgot.patch
new file mode 100644
index 000000000..14e8d126e
--- /dev/null
+++ b/toolchain/gcc/3.4.6/810-mips-xgot.patch
@@ -0,0 +1,6 @@
+--- gcc.orig/gcc/config/mips/t-linux 1970-01-01 01:00:00.000000000 +0100
++++ gcc/gcc/config/mips/t-linux 2004-08-26 18:28:12.000000000 +0200
+@@ -0,0 +1,3 @@
++# Compile crtbegin/end with xgot so it works for both
++# normal and large GOTs.
++CRTSTUFF_T_CFLAGS = -mxgot