From owner-freebsd-questions@FreeBSD.ORG Fri Mar 18 15:17:07 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8A816A4CE for ; Fri, 18 Mar 2005 15:17:07 +0000 (GMT) Received: from av9-2-sn4.m-sp.skanova.net (av9-2-sn4.m-sp.skanova.net [81.228.10.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 775EC43D1D for ; Fri, 18 Mar 2005 15:17:06 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av9-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 26AC2380A8; Fri, 18 Mar 2005 16:17:05 +0100 (CET) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av9-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 1993837E75 for ; Fri, 18 Mar 2005 16:17:05 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id C296237E46 for ; Fri, 18 Mar 2005 16:17:04 +0100 (CET) Received: (qmail 75442 invoked by uid 1001); 18 Mar 2005 15:17:04 -0000 Date: Fri, 18 Mar 2005 16:17:04 +0100 From: Erik Trulsson To: CHris Rich Message-ID: <20050318151704.GA75428@falcon.midgard.homeip.net> Mail-Followup-To: CHris Rich , freebsd-questions@freebsd.org References: <8292450b050318071146555d03@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8292450b050318071146555d03@mail.gmail.com> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Make buildworld and UPDATING X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 15:17:07 -0000 On Fri, Mar 18, 2005 at 09:11:27AM -0600, CHris Rich wrote: > While reading updating I see this: > > 20050227: > The default "world" build no longer supports running on an > 80386 CPU. In order to build a world for an 80386 CPU, one > needs to set CPUTYPE=i386 in /etc/make.conf. > > does this mean that 80486's and above don't need to set it? Correct. If you are using a '486 or later you do not *have* to set CPUTYPE to anything. If you wish to optimize for your particular CPU you could set CPUTYPE to reflect the CPU you are actually using, but it is not necessary other than for a real 80386. > or do all > x86's need to set this value? > > It seems to me that only 386 should need to set it but before I start > updating I want to be sure.. -- Erik Trulsson ertr1013@student.uu.se