From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8095 invoked by alias); 17 Feb 2006 10:15:54 -0000 Received: (qmail 8079 invoked by uid 48); 17 Feb 2006 10:15:46 -0000 Date: Fri, 17 Feb 2006 10:15:00 -0000 Message-ID: <20060217101546.8078.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/26161] Configure tests for pthread.h sometimes need to use -pthread In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg01925.txt.bz2 List-Id: ------- Comment #6 from fxcoudert at gcc dot gnu dot org 2006-02-17 10:15 ------- (In reply to comment #1) > Index: libgomp/configure.tgt > =================================================================== > --- libgomp/configure.tgt (revision 110617) > +++ libgomp/configure.tgt (working copy) > @@ -29,6 +29,10 @@ > config_path="linux/alpha linux posix" > ;; > > + alpha*-dec-osf*) > + XCFLAGS="${XCFLAGS} -pthread" > + ;; > + > ia64*-*-linux*) > config_path="linux/ia64 linux posix" > ;; Forget this patch, I manage to test it and it's not working. I'll find something during the week-end, now that I am able to test it directly on Tru64. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2006-02-08 14:18:12 |2006-02-17 10:15:46 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26161