------- Comment #4 from andreast at gcc dot gnu dot org 2006-04-30 21:09 ------- This one works too, found by Dave.
--- configure.ac (revision 113252) +++ configure.ac (working copy) @@ -805,7 +805,7 @@ THREADLDFLAGS=-pthread THREADSPEC=-lpthread ;; - alpha*-dec-osf*) + alpha*-dec-osf* | hppa*-hp-hpux*) THREADCXXFLAGS=-pthread # boehm-gc needs some functions from librt, so link that too. THREADLIBS='-lpthread -lrt' We will submit once the libjava port is done on this arch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27330