From owner-freebsd-questions@FreeBSD.ORG Fri Jun 9 14:42:43 2006 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 CD38416A418 for ; Fri, 9 Jun 2006 14:42:43 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCE443D77 for ; Fri, 9 Jun 2006 14:42:37 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k59EgalM003437; Fri, 9 Jun 2006 07:42:37 -0700 (PDT) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Fri, 9 Jun 2006 10:42:36 -0400 User-Agent: KMail/1.9.3 References: <20060609132040.B3097B825@shodan.nognu.de> In-Reply-To: <20060609132040.B3097B825@shodan.nognu.de> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606091042.36239.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Frank Steinborn Subject: Re: Correct CPUTYPE= for Intel Celeron 2.50GHz (2500.10-MHz 686-class CPU) 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: Fri, 09 Jun 2006 14:42:43 -0000 On Friday 09 June 2006 09:20, Frank Steinborn wrote: > can someone tell what the right choice for CPUTYPE in /etc/make.conf > is for that CPU? You probably want: CPUTYPE?=pentium4 See /usr/share/examples/etc/make.conf for a full list. > And, is it safe to build kernel and world with --march= too? It should be safe to build world and kernel with CPUTYPE specified in make.conf, but additional compile flags are typically not guaranteed to work. JN