summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-06-03 14:52:07 +0000
committerPeter Johanson <latexer@gentoo.org>2005-06-03 14:52:07 +0000
commit67f63ee710396b270e73a5735c6b1f29444d4d60 (patch)
tree1c7d7921f2aefd692482aa024172a2b13f1ad120 /dev-lang/mono/files
parentAdd blockers on koffice. (diff)
downloadhistorical-67f63ee710396b270e73a5735c6b1f29444d4d60.tar.gz
historical-67f63ee710396b270e73a5735c6b1f29444d4d60.tar.bz2
historical-67f63ee710396b270e73a5735c6b1f29444d4d60.zip
Add patch to fix PPC issues. See bug #93765.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-lang/mono/files')
-rw-r--r--dev-lang/mono/files/mono-1.1.7-ppc-tls.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/mono/files/mono-1.1.7-ppc-tls.diff b/dev-lang/mono/files/mono-1.1.7-ppc-tls.diff
new file mode 100644
index 000000000000..fe3c7ed1f8b9
--- /dev/null
+++ b/dev-lang/mono/files/mono-1.1.7-ppc-tls.diff
@@ -0,0 +1,13 @@
+Index: mono/utils/mono-compiler.h
+===================================================================
+--- mono/utils/mono-compiler.h (revision 45339)
++++ mono/utils/mono-compiler.h (working copy)
+@@ -11,6 +11,8 @@
+
+ #if defined(PIC) && defined(__x86_64__)
+ #define MONO_TLS_FAST
++#elif defined (__powerpc__)
++#define MONO_TLS_FAST
+ #else
+ #define MONO_TLS_FAST __attribute__((tls_model("local-exec")))
+ #endif