File gcc41-java-slow_pthread_self.patch of Package gcc43
2005-05-20 Jakub Jelinek <jakub@redhat.com>
* configure.host (slow_pthread_self): Set to empty unconditionally
on Linux targets.
Index: libjava/configure.host
===================================================================
--- libjava/configure.host.orig 2008-02-19 10:59:41.000000000 +0100
+++ libjava/configure.host 2009-11-20 13:50:48.000000000 +0100
@@ -210,6 +210,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