From owner-freebsd-amd64@FreeBSD.ORG Fri Jun 11 17:37:34 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DE416A4CE for ; Fri, 11 Jun 2004 17:37:34 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 115D243D49 for ; Fri, 11 Jun 2004 17:37:34 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i5BHb6aJ028230; Fri, 11 Jun 2004 10:37:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5BHb6Ku028229; Fri, 11 Jun 2004 10:37:06 -0700 (PDT) (envelope-from obrien) Date: Fri, 11 Jun 2004 10:37:06 -0700 From: "David O'Brien" To: "Conrad J. Sabatier" Message-ID: <20040611173706.GA28135@dragon.nuxi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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-amd64@freebsd.org Subject: Re: CPUTYPE in /etc/make.conf X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 17:37:34 -0000 On Fri, Jun 11, 2004 at 03:02:38AM -0500, Conrad J. Sabatier wrote: > Could someone please confirm for me whether or not I'm using the best > CPUTYPE for my processor? Don't use ANY CPUTYPE in /etc/make.conf. (I assume you're running in 64-bit mode since you're asking on this list and not another). There is no reason to specify one at all. There is a single CPU core for AMD64 right now, so GCC knows exactly what core you have and what to do for it. > Is athlon-xp the correct choice for this particular model? Only if running in 32-bit mode. -- -- David (obrien@FreeBSD.org)