From owner-freebsd-questions@FreeBSD.ORG Fri Nov 3 20:39:57 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 22F7016A47B for ; Fri, 3 Nov 2006 20:39:57 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.FreeBSD.org (Postfix) with SMTP id 2996B43D46 for ; Fri, 3 Nov 2006 20:39:56 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 78210 invoked from network); 3 Nov 2006 20:39:55 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.98.204 with login) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 3 Nov 2006 20:39:55 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 684991FD for ; Fri, 3 Nov 2006 14:39:54 -0600 (CST) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mbeGvFjJ2qUu for ; Fri, 3 Nov 2006 14:39:52 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id 147361F3 for ; Fri, 3 Nov 2006 14:39:51 -0600 (CST) Message-ID: <454BA917.1040201@mikestammer.com> Date: Fri, 03 Nov 2006 14:39:51 -0600 From: Eric User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Athlon64 3200+ make.conf settings 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, 03 Nov 2006 20:39:57 -0000 Can someone take a look at these to make sure i do not bork anything? Do the settings below seem OK or am I missing something or do i have too much, etc? Thanks all! Eric in my /etc/make.conf i have: CPUTYPE=athlon64 CFLAGS= -O2 -pipe -funroll-loops -ffast-math COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math in my kernel config, I have this: machine i386 makeoptions COPTFLAGS="-O2 -pipe -ffast-math" cpu I686_CPU dmesg looks like: CPU: AMD Athlon(tm) 64 Processor 3200+ (2200.12-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x20ff2 Stepping = 2 Features=0x78bfbff Features2=0x1 AMD Features=0xe2500800 AMD Features2=0x1 real memory = 1073676288 (1023 MB) avail memory = 1041780736 (993 MB)