From owner-freebsd-questions@FreeBSD.ORG Fri May 27 18:33:13 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 31AB816A41C for ; Fri, 27 May 2005 18:33:13 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C780343D1D for ; Fri, 27 May 2005 18:33:12 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so418737rng for ; Fri, 27 May 2005 11:33:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YKDJGuO4KbRcMh9kx5nPgDcXXsYZNQzDeiIq2cbeSGGBNDX9xZk0XR2+sVaBK9saAs/me0wzOwcev+nQepXsrZy2oCFQ9wI6TcHLF69kcEG9K7ms+kpvTnoZkhHvr0ODA97lDnqpqrGi6f4LKAxvTLJfDRXP/EOj2rXttYAccXw= Received: by 10.38.153.45 with SMTP id a45mr3931910rne; Fri, 27 May 2005 11:33:10 -0700 (PDT) Received: by 10.39.1.40 with HTTP; Fri, 27 May 2005 11:33:10 -0700 (PDT) Message-ID: <3aaaa3a0505271133476b086a@mail.gmail.com> Date: Fri, 27 May 2005 19:33:10 +0100 From: Chris To: Ryan Rempel In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Good CPUTYPE setting for make.conf for mixed environment? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 18:33:13 -0000 On 5/27/05, Ryan Rempel wrote: > I've got several machines that I want to maintain identical > installations on. Some of them have athlon-xp CPUs and some have > pentium4's. >=20 > What would be a good CPUTYPE setting to use in make.conf? Would an > athlon-xp run well (or at all) if I used pentium4? Would a pentium4 > run well (or at all) if I used athlon-xp? Or should I use a "lowest > common denominator" (and if so, what -- something like i686 perhaps?). >=20 > I guess the other question is whether I should worry about this at all > -- I've got no CPUTYPE setting in make.conf at the moment at all -- > would a more "tuned" setting actually make that much difference? I would use i686 or pentium3 as a safe setting, assuming you not using any real old 486 or 586 cpu's. Chris