From owner-freebsd-current@FreeBSD.ORG Thu May 24 22:25:44 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A79D916A421 for ; Thu, 24 May 2007 22:25:44 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.NUXI.org (trang.nuxi.org [64.81.59.225]) by mx1.freebsd.org (Postfix) with ESMTP id 71FEF13C44C for ; Thu, 24 May 2007 22:25:44 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.8/8.13.8) with ESMTP id l4OLtXw4080577; Thu, 24 May 2007 14:55:34 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.14.1/8.13.7/Submit) id l4OLtX8Q080576; Thu, 24 May 2007 14:55:33 -0700 (PDT) (envelope-from obrien) Date: Thu, 24 May 2007 14:55:33 -0700 From: "David O'Brien" To: Steve Kargl Message-ID: <20070524215533.GA40323@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, Steve Kargl , freebsd-current@freebsd.org References: <20070523191555.GA22564@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070523191555.GA22564@troutmask.apl.washington.edu> X-Operating-System: FreeBSD 7.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 User-Agent: Mutt/1.5.11 Cc: freebsd-current@freebsd.org Subject: Re: "make buildkernel" busted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 22:25:44 -0000 On Wed, May 23, 2007 at 12:15:55PM -0700, Steve Kargl wrote: > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=opteron .. > cc1: error: unrecognized command line option "-Wno-pointer-sign" > *** Error code 1 I've made a commit that will help here. Set WITH_GCC3 (in /etc/src.conf or environment). Note, I envision this is just to get us over the hump of the GCC 4.2 upgrade, not something permanent. -- -- David (obrien@FreeBSD.org)