16 lines
521 B
Diff
16 lines
521 B
Diff
2005-05-20 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
* configure.host (slow_pthread_self): Set to empty unconditionally
|
|
on Linux targets.
|
|
|
|
--- libjava/configure.host (.../gcc-4_0-branch) (revision 107266)
|
|
+++ libjava/configure.host (.../redhat/gcc-4_0-branch) (revision 107414)
|
|
@@ -174,6 +174,7 @@
|
|
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
|