From owner-freebsd-hardware@FreeBSD.ORG Sun Jun 10 09:23:09 2007 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A44D16A421 for ; Sun, 10 Jun 2007 09:23:09 +0000 (UTC) (envelope-from SRS0=tyW4Ee=LK=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout20.yourhostingaccount.com (mailout20.yourhostingaccount.com [65.254.253.162]) by mx1.freebsd.org (Postfix) with ESMTP id CEBEF13C468 for ; Sun, 10 Jun 2007 09:23:08 +0000 (UTC) (envelope-from SRS0=tyW4Ee=LK=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailscan33.yourhostingaccount.com ([10.1.15.33] helo=mailscan33.yourhostingaccount.com) by mailout20.yourhostingaccount.com with esmtp (Exim) id 1HxJAC-0001gN-3v for freebsd-hardware@freebsd.org; Sun, 10 Jun 2007 04:52:44 -0400 Received: from authsmtp10.yourhostingaccount.com ([10.1.18.10] ident=exim) by mailscan33.yourhostingaccount.com with spamscanlookuphost (Exim) id 1HxJAB-0001Dn-HZ for freebsd-hardware@freebsd.org; Sun, 10 Jun 2007 04:52:43 -0400 Received: from authsmtp10.yourhostingaccount.com ([10.1.18.10] helo=authsmtp10.yourhostingaccount.com) by mailscan33.yourhostingaccount.com with esmtp (Exim) id 1HxJA8-0001D8-EE; Sun, 10 Jun 2007 04:52:40 -0400 Received: from cpe-24-93-100-44.columbus.res.rr.com ([24.93.100.44] helo=vixen42) by authsmtp10.yourhostingaccount.com with esmtpa (Exim) id 1HxJA7-00041R-WF; Sun, 10 Jun 2007 04:52:40 -0400 Date: Sun, 10 Jun 2007 04:52:56 -0400 From: "Zane C.B." To: Oliver Herold Message-ID: <20070610045256.0bcc2f9b@vixen42> In-Reply-To: <20070608144142.GA52860@asgard.home> References: <4669651E.4030101@shopzeus.com> <20070608144142.GA52860@asgard.home> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: "Zane C.B." X-EN-OrigIP: 24.93.100.44 X-EN-OrigHost: cpe-24-93-100-44.columbus.res.rr.com Cc: freebsd-hardware@freebsd.org Subject: Re: make.conf for Core 2 Duo E6320 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 09:23:09 -0000 On Fri, 8 Jun 2007 16:41:43 +0200 Oliver Herold wrote: > http://gentoo-wiki.com/Safe_Cflags#Intel_Core_2_Duo.2FQuad_.2F_Xeon_51xx.2F53xx > > But I wouldn't do it, maybe i686 is of some use to some extent, but > the more you customize, the more can and will certainly break. I would not worry about setting CPUTYPE?, but I would be very worried about setting fomit-frame-pointer. I've run into problems with it before. O2 is currently the default. I forget if it is used for building the world or not.