add packaging
[platform/upstream/gcc48.git] / packaging / gcc41-java-slow_pthread_self.patch
1 2005-05-20  Jakub Jelinek  <jakub@redhat.com>
2
3         * configure.host (slow_pthread_self): Set to empty unconditionally
4         on Linux targets.
5
6 Index: libjava/configure.host
7 ===================================================================
8 --- libjava/configure.host.orig 2011-11-03 16:30:42.000000000 +0100
9 +++ libjava/configure.host      2011-11-04 11:39:57.000000000 +0100
10 @@ -227,6 +227,7 @@ case "${host}" in
11    sh-linux* | sh[34]*-linux*)
12         can_unwind_signal=yes
13         libgcj_ld_symbolic='-Wl,-Bsymbolic'
14 +       slow_pthread_self=
15         if test x$slow_pthread_self = xyes \
16            && test x$cross_compiling != xyes; then
17           cat > conftest.c <<EOF