From owner-freebsd-current@FreeBSD.ORG Wed Feb 13 01:47:43 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 78448B95 for ; Wed, 13 Feb 2013 01:47:43 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3F41A1A8 for ; Wed, 13 Feb 2013 01:47:43 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id r1D1lY0j089342; Tue, 12 Feb 2013 17:47:34 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id r1D1lYWb089341; Tue, 12 Feb 2013 17:47:34 -0800 (PST) (envelope-from sgk) Date: Tue, 12 Feb 2013 17:47:34 -0800 From: Steve Kargl To: bf1783@gmail.com Subject: Re: 7+ days of dogfood Message-ID: <20130213014734.GA89321@troutmask.apl.washington.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org, Anton Shterenlikht X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 01:47:43 -0000 On Wed, Feb 13, 2013 at 12:18:29AM +0000, b.f. wrote: > ># cat /etc/make.conf|grep FFLAGS > >FFLAGS = -O2 -pipe -march=native -mtune=native > > Please do _not_ assign flags unconditionally in make.conf. FFLAGS is for compiling Fortran. I'm one of the people who has spent years working/patching gfortran. I think I might have a better understanding of what options to use with gfortran than most people. Steve