From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 01:28:14 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 9A57A16A4CE for ; Tue, 10 Aug 2004 01:28:14 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7080F43D1F for ; Tue, 10 Aug 2004 01:28:14 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7A1SBiw066737; Mon, 9 Aug 2004 18:28:11 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7A1SAER066736; Mon, 9 Aug 2004 18:28:10 -0700 (PDT) (envelope-from obrien) Date: Mon, 9 Aug 2004 18:28:10 -0700 From: "David O'Brien" To: "Conrad J. Sabatier" Message-ID: <20040810012810.GA49460@dragon.nuxi.com> References: <20040804214943.1dd07a68@dolphin.local.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040804214943.1dd07a68@dolphin.local.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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: freebsd-current@freebsd.org Subject: Re: bsd.cpu.mk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 10 Aug 2004 01:28:14 -0000 On Wed, Aug 04, 2004 at 09:49:43PM -0500, Conrad J. Sabatier wrote: > On Thu, 05 Aug 2004 01:40:10 +0000 > "Deng XueFeng" wrote: > > > Since Gcc 3.4.2 has imported. > > should src/share/mk/bsd.cpu.mk to be updated to support more CPU types > > which gcc[3.4.2] support? > > I asked a similar question recently re: adding CPUTYPE=athlon64. I > imagine someone will get around to it soon, at least before 5.3-RELEASE. I have a patch doing this; but it needs more testing before its ready to commit. CPUTYPE=athlon64 needs to be handled for both 64-bit and 32-bit OS's. -- -- David (obrien@FreeBSD.org)