From owner-freebsd-amd64@FreeBSD.ORG Sun Oct 9 04:52:47 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE4216A420 for ; Sun, 9 Oct 2005 04:52:47 +0000 (GMT) (envelope-from ray@redshift.com) Received: from mail-smtp.redshift.com (mail-smtp.redshift.com [216.228.2.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 424C443D46 for ; Sun, 9 Oct 2005 04:52:47 +0000 (GMT) (envelope-from ray@redshift.com) Received: (qmail 98841 invoked by uid 89); 9 Oct 2005 04:52:53 -0000 Received: from unknown (HELO workstation) (216.228.19.21) by mail-smtp.redshift.com with SMTP; 9 Oct 2005 04:52:53 -0000 Message-Id: <3.0.1.32.20051008215252.00a74ba8@pop.redshift.com> X-Mailer: na X-Sender: redshift.com Date: Sat, 08 Oct 2005 21:52:52 -0700 To: Kris Kennaway From: ray@redshift.com In-Reply-To: <20051009035329.GC75694@xor.obsecurity.org> References: <3.0.1.32.20051008202606.00a74ba8@pop.redshift.com> <3.0.1.32.20051008202606.00a74ba8@pop.redshift.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: freebsd-amd64@freebsd.org Subject: Re: /etc/make.conf X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 04:52:47 -0000 At 11:53 PM 10/8/2005 -0400, Kris Kennaway wrote: | On Sat, Oct 08, 2005 at 08:26:06PM -0700, ray@redshift.com wrote: | > Hi, | > | > anyone have any settings for CPUTYPE and CFALGS in /etc/make.conf when running | > AMD64 5.4-release on a dual AMD Opteron server? I'm moving over from i386, so | > just want to make sure I get the right stuff in there before compiling | > everything. I'm thinking something along these lines: | > | > CPUTYPE=k8 | > CFLAGS=-O2 -pipe -funroll-loops march=k8 | | Don't try to use elite home-grown CFLAGS unless you know precisely | what you're doing. Just set CPUTYPE and use the default CFLAGS. | | Kris | | Attachment Converted: "c:\eudora2\ATTACH\Re etcmake.conf" | I set CPUTYPE=opteron and CFLAGS=-O2 -pipe -funroll-loops seems to be working well. Thanks! Ray