From owner-freebsd-questions@FreeBSD.ORG Fri Mar 18 15:11:29 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 E162316A4CE for ; Fri, 18 Mar 2005 15:11:29 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC4F43D2D for ; Fri, 18 Mar 2005 15:11:29 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so205631wra for ; Fri, 18 Mar 2005 07:11:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=s35rhaNwcbnGJ7J0rQVLuZncO31Efcp4Lr7dLZWY59PpEBgxKq6+SOo/QVuytW1W53CBTfaidBhK474M1KGE+KnMQRutJ/KUEEzXJ4Cua/GI/sDrXo3jqEquFFr7vOHw8fVo7gd1KBCSA3BTyNlE8srTySTp3y4/42nr/S1nWlw= Received: by 10.54.22.15 with SMTP id 15mr1045251wrv; Fri, 18 Mar 2005 07:11:28 -0800 (PST) Received: by 10.54.50.43 with HTTP; Fri, 18 Mar 2005 07:11:27 -0800 (PST) Message-ID: <8292450b050318071146555d03@mail.gmail.com> Date: Fri, 18 Mar 2005 09:11:27 -0600 From: CHris Rich To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Make buildworld and UPDATING X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 15:11:30 -0000 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? 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.. -- Regards