From owner-cvs-src@FreeBSD.ORG Thu May 22 11:56:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF3E37B401; Thu, 22 May 2003 11:56:31 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E88743F93; Thu, 22 May 2003 11:56:30 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h4MIuTXD002371; Thu, 22 May 2003 11:56:29 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h4MIuTnT002370; Thu, 22 May 2003 11:56:29 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Thu, 22 May 2003 11:56:29 -0700 From: David Schultz To: Eric Anholt Message-ID: <20030522185629.GA2295@HAL9000.homeunix.com> Mail-Followup-To: Eric Anholt , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org 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> 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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 18:56:31 -0000 On Thu, May 22, 2003, 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. Thanks! Now we won't have to keep answering the same questions on the mailing lists. Note that -march=pentium4 generates slower code in gcc 3.2 anyway, so we're not losing out here.