aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '4.2.2/gentoo/06_all_gcc4-slow-pthread-self.patch')
-rw-r--r--4.2.2/gentoo/06_all_gcc4-slow-pthread-self.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/4.2.2/gentoo/06_all_gcc4-slow-pthread-self.patch b/4.2.2/gentoo/06_all_gcc4-slow-pthread-self.patch
new file mode 100644
index 0000000..f8f5012
--- /dev/null
+++ b/4.2.2/gentoo/06_all_gcc4-slow-pthread-self.patch
@@ -0,0 +1,15 @@
+2005-05-20 Jakub Jelinek <jakub@redhat.com>
+
+ * configure.host (slow_pthread_self): Set to empty unconditionally
+ on Linux targets.
+
+--- libjava/configure.host 2005-03-15 18:05:24.000000000 +0100
++++ libjava/configure.host 2005-05-20 07:47:13.000000000 +0200
+@@ -174,6 +174,7 @@ case "${host}" in
+ sh-linux* | sh[34]*-linux*)
+ can_unwind_signal=yes
+ libgcj_ld_symbolic='-Wl,-Bsymbolic'
++ slow_pthread_self=
+ if test x$slow_pthread_self = xyes \
+ && test x$cross_compiling != xyes; then
+ cat > conftest.c <<EOF