From owner-freebsd-questions@FreeBSD.ORG Sat Dec 29 16:43:40 2007 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 D419F16A418 for ; Sat, 29 Dec 2007 16:43:40 +0000 (UTC) (envelope-from fbsd06+RU=e2136a36@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id A948013C461 for ; Sat, 29 Dec 2007 16:43:40 +0000 (UTC) (envelope-from fbsd06+RU=e2136a36@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id 033561640E1 for ; Sat, 29 Dec 2007 11:22:03 -0500 (EST) 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 44EF323E3E8 for ; Sat, 29 Dec 2007 11:22:01 -0500 (EST) Date: Sat, 29 Dec 2007 16:21:58 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071229162158.496f9fdf@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: buildworld failure on VIA C3 Nehemiah 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: Sat, 29 Dec 2007 16:43:40 -0000 On Sat, 29 Dec 2007 10:02:44 -0500 Eric Osterweil wrote: > Do I need a flag in the > make.conf (I just have -pipe and -O2)? If you don't set any such variables in make.conf they get sensible defaults that depend on your CPUTYPE setting. You shouldn't really mess with them unless you have good reason to think you are making an improvement; you may be missing something that's in the default - I don't know. I think the CPU type should be either c3 or c3-2 depending on whether you have 3dnow or sse support.