From owner-freebsd-questions@FreeBSD.ORG Fri Nov 3 20:43:58 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 37EFE16A403 for ; Fri, 3 Nov 2006 20:43:58 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDBA43D6A for ; Fri, 3 Nov 2006 20:43:53 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so466182uge for ; Fri, 03 Nov 2006 12:43:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RR4Dul5mI/E5qvW6zGSa++gxhUHC4xejS1ClujOV7Qg8E5H49Kw8aPhYjFlenApA4mwTd+MV8w/y59cpcPROHFQVjVSjS7hHbI97Ozmn1q4qsvX4XNDywFsGlArmmmB7Q6SQUUlL4mx4y/d+I+gH2XqfL1P5/ZPQf+PmWNNOqko= Received: by 10.78.127.6 with SMTP id z6mr3400821huc.1162586631886; Fri, 03 Nov 2006 12:43:51 -0800 (PST) Received: by 10.78.167.16 with HTTP; Fri, 3 Nov 2006 12:43:51 -0800 (PST) Message-ID: Date: Fri, 3 Nov 2006 23:43:51 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: Eric In-Reply-To: <454BA917.1040201@mikestammer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <454BA917.1040201@mikestammer.com> X-Google-Sender-Auth: 5a64f38226846d40 Cc: freebsd-questions@freebsd.org Subject: Re: 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:43:58 -0000 On 11/3/06, Eric wrote: > in my /etc/make.conf i have: > > CPUTYPE=athlon64 > CFLAGS= -O2 -pipe -funroll-loops -ffast-math > COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math You only really need CPUTYPE, and set it with "?=" > in my kernel config, I have this: > > machine i386 > makeoptions COPTFLAGS="-O2 -pipe -ffast-math" > cpu I686_CPU I'd leave makeoptions out My $.02