From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 19:52:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A15A21065671 for ; Wed, 9 Apr 2008 19:52:38 +0000 (UTC) (envelope-from fbsd06+U2=f69727cb@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by mx1.freebsd.org (Postfix) with ESMTP id 76A648FC1C for ; Wed, 9 Apr 2008 19:52:38 +0000 (UTC) (envelope-from fbsd06+U2=f69727cb@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 5B2D6D05B2 for ; Wed, 9 Apr 2008 15:52:37 -0400 (EDT) Date: Wed, 9 Apr 2008 20:52:34 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080409205234.64a24690@gumby.homeunix.com.> In-Reply-To: <2daa8b4e0804091135w4b31ea67vf6334fa83845a4e1@mail.gmail.com> References: <2daa8b4e0804081314o25b9773bn844734b674856e8c@mail.gmail.com> <20080409184435.3bb4b91c@gumby.homeunix.com.> <2daa8b4e0804091135w4b31ea67vf6334fa83845a4e1@mail.gmail.com> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Setting CPUTYPE and CFLAGS in make.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 19:52:38 -0000 On Wed, 9 Apr 2008 11:35:51 -0700 "David Allen" wrote: > Thank you for your reply. It's starting to make a lot more sense. > Just to confirm, then, if there's no CPUTYPE set, I can then set up > a build server on an Opteron box, for example, to build world, kernel > and ports binaries that can then be installed on my Thinkpad or > a PIII box? CPUTYPE=pentiumpro is a good choice for mainstream i386 processors since it's the common ancestor of the Athlon and modern Pentium series - the exceptions are some of the low-power cpus for small form-factor motherboards. The default is i486, which should handle anything.