From owner-freebsd-stable@FreeBSD.ORG Mon Nov 7 15:11:22 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F2D16A41F for ; Mon, 7 Nov 2005 15:11:22 +0000 (GMT) (envelope-from craig@feniz.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D2943D4C for ; Mon, 7 Nov 2005 15:11:21 +0000 (GMT) (envelope-from craig@feniz.gank.org) Received: by ion.gank.org (mail, from userid 1001) id D0D132C278; Mon, 7 Nov 2005 09:11:19 -0600 (CST) Date: Mon, 7 Nov 2005 09:11:13 -0600 From: Craig Boston To: Joel Hatton Message-ID: <20051107151050.GA1212@nowhere> Mail-Followup-To: Craig Boston , Joel Hatton , freebsd-stable@freebsd.org References: <200511070621.jA76LuC5049734@app.auscert.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511070621.jA76LuC5049734@app.auscert.org.au> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org Subject: Re: 5.x, 6.x and CPUTYPE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 15:11:22 -0000 On Mon, Nov 07, 2005 at 04:21:56PM +1000, Joel Hatton wrote: > I've noticed that some CPU definitions have changed in /etc/make.conf > between 5 and 6. For good or for bad, I have up until now been building > 5.x for both p3 and p4 architectures with 'i686' but this particular > definition's removal from 6.x has given me cause to rethink my strategy. > I'd like to know: Joel, thanks for pointing this out, I hadn't noticed this until I saw your message. I always build my production servers with CPUTYPE=i686 so they can be transplanted to any machine with a PPro or better processor (or even qemu if necessary). Looking at bsd.cpu.mk, it appears that i686 *IS* still accepted (for 5.x compat?) and is just aliased to CPUTYPE=pentiumpro. Craig