From owner-freebsd-current@FreeBSD.ORG Fri Mar 26 17:10:28 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA2BA16A4CE; Fri, 26 Mar 2004 17:10:28 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373B243D2F; Fri, 26 Mar 2004 17:10:28 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i2R1AR5v003842; Sat, 27 Mar 2004 12:10:27 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i2R1AOsg001680; Sat, 27 Mar 2004 12:10:25 +1100 Date: Sat, 27 Mar 2004 12:10:24 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Michael Nottebrock In-Reply-To: <200403261840.23993.michaelnottebrock@gmx.net> Message-ID: <20040327120602.M45816@gamplex.bde.org> References: <406045D4.9070805@FreeBSD.org> <20040326124804.GA16260@phoenix.smluc.org> <200403261840.23993.michaelnottebrock@gmx.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: erik@math.smsu.edu cc: freebsd-current@freebsd.org cc: current@freebsd.org cc: Alex Dupre cc: Erik Greenwald Subject: Re: libpthread / mysql41-server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 01:10:28 -0000 On Fri, 26 Mar 2004, Michael Nottebrock wrote: > On Friday 26 March 2004 13:48, Erik Greenwald wrote: > > > I've tried now with: > > i686: working > > k7: working (I'm using an athlon) > > null: not working (verified null by make -V CPUTYPE) > > > > I guess the next option is to find what cflag trips the behavior? > > Don't forget that -mcpu=pentiumpro is added by default on any > pentium-or-better-class system. -mcpu=pentiumpro was actually added on any i386 system, but this bug was fixed in rev.1.31 of bsd.cpu.mk, and doesn't seem to have ever been in the RELENG_4 version. It should have been only an optimization bug though. Bruce