tstellar / rpms / gcc

Forked from rpms/gcc 4 years ago
Clone
fea7751
2005-05-20  Jakub Jelinek  <jakub@redhat.com>
fea7751
fea7751
	* configure.host (slow_pthread_self): Set to empty unconditionally
fea7751
	on Linux targets.
fea7751
fea7751
--- libjava/configure.host	(.../gcc-4_0-branch)	(revision 107266)
fea7751
+++ libjava/configure.host	(.../redhat/gcc-4_0-branch)	(revision 107414)
fea7751
@@ -174,6 +174,7 @@
fea7751
   sh-linux* | sh[34]*-linux*)
fea7751
   	can_unwind_signal=yes
fea7751
 	libgcj_ld_symbolic='-Wl,-Bsymbolic'
fea7751
+	slow_pthread_self=
fea7751
 	if test x$slow_pthread_self = xyes \
fea7751
 	   && test x$cross_compiling != xyes; then
fea7751
 	  cat > conftest.c <