From owner-cvs-all@FreeBSD.ORG Thu May 22 10:31:21 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B34C37B401; Thu, 22 May 2003 10:31:21 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7FDD43FB1; Thu, 22 May 2003 10:31:18 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h4MHVETY081481; Thu, 22 May 2003 10:31:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h4MHVDZZ081480; Thu, 22 May 2003 10:31:13 -0700 (PDT) Date: Thu, 22 May 2003 10:31:13 -0700 From: "David O'Brien" To: Eric Anholt Message-ID: <20030522173113.GA81456@dragon.nuxi.com> References: <200305221656.h4MGuk3f052622@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305221656.h4MGuk3f052622@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.cpu.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 17:31:22 -0000 On Thu, May 22, 2003 at 09:56:46AM -0700, Eric Anholt wrote: > anholt 2003/05/22 09:56:46 PDT > FreeBSD src repository > Modified files: > share/mk bsd.cpu.mk > Log: > Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because > gcc 3.2 is known to produce broken code with -march=pentium4. Add a > note explaining this. This should be removed when we update to gcc > 3.3 or the bug is otherwise fixed. It is quite possible, you should have also removed sse2 in the list of pentiumIV capibilities. RE@, do we want to do that also?