From owner-freebsd-current Sat Mar 22 10:40:22 2003 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 A2C8837B407; Sat, 22 Mar 2003 10:40:21 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867D243F93; Sat, 22 Mar 2003 10:40:20 -0800 (PST) (envelope-from fearow@attbi.com) Received: from god.woofcat.com (12-251-110-17.client.attbi.com[12.251.110.17]) by sccrmhc02.attbi.com (sccrmhc02) with SMTP id <2003032218401600200jbd0ne>; Sat, 22 Mar 2003 18:40:16 +0000 Date: Sat, 22 Mar 2003 12:39:51 -0600 From: Anti To: Steve Kargl Cc: das@FreeBSD.ORG, till@f111.hadiko.de, freebsd-current@FreeBSD.ORG Subject: Re: libm problem Message-Id: <20030322123951.67271b29.fearow@attbi.com> In-Reply-To: <20030322182846.GA81615@troutmask.apl.washington.edu> References: <20030318173051.GA2322@f111.hadiko.de> <20030319131317.GA670@HAL9000.homeunix.com> <20030321235237.GA8097@f111.hadiko.de> <20030322111233.F4471@gamplex.bde.org> <20030322005435.GA8393@f111.hadiko.de> <20030322051443.GA13854@HAL9000.homeunix.com> <20030322182846.GA81615@troutmask.apl.washington.edu> Organization: Woofcat X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 22 Mar 2003 10:28:46 -0800 Steve Kargl wrote: > Pentium 4 is definitely broken on 5.x. Perhaps, we should remove > the footshooting. > > --- bsd.cpu.mk.orig Sat Mar 22 10:23:42 2003 > +++ bsd.cpu.mk Sat Mar 22 10:27:11 2003 > @@ -62,7 +62,9 @@ > . elif ${CPUTYPE} == "k5" > _CPUCFLAGS = -march=pentium > . elif ${CPUTYPE} == "p4" > -_CPUCFLAGS = -march=pentium4 > +# XXX gcc 3.2.2 appears to generate bad code on FreeBSD 5.x > +#_CPUCFLAGS = -march=pentium4 > +_CPUCFLAGS = -march=pentiumpro > . elif ${CPUTYPE} == "p3" > _CPUCFLAGS = -march=pentium3 > . elif ${CPUTYPE} == "p2" pentium3 would be better than pentiumpro on a p4 i think... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message