From owner-freebsd-alpha@FreeBSD.ORG Mon Dec 13 20:53:30 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0536616A4CE for ; Mon, 13 Dec 2004 20:53:30 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C598943D39 for ; Mon, 13 Dec 2004 20:53:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBDKrTwf001578; Mon, 13 Dec 2004 12:53:29 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBDKrSmR001577; Mon, 13 Dec 2004 12:53:28 -0800 (PST) (envelope-from obrien) Date: Mon, 13 Dec 2004 12:53:28 -0800 From: "David O'Brien" To: Kirk Strauser , freebsd-alpha@freebsd.org Message-ID: <20041213205328.GA1546@dragon.nuxi.com> References: <200412131130.59807.kirk@strauser.com> <83229A4B-4D2E-11D9-9C15-000D93C47836@xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83229A4B-4D2E-11D9-9C15-000D93C47836@xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: Safe (but quick) GCC settings on a PC64 with 5.3? X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-alpha@freebsd.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 20:53:30 -0000 On Mon, Dec 13, 2004 at 09:43:34AM -0800, Marcel Moolenaar wrote: > On Dec 13, 2004, at 9:30 AM, Kirk Strauser wrote: > >I currently have these in my /etc/make.conf: > > > > CPUTYPE=ev45 > > CFLAGS= -O -pipe -mieee > > COPTFLAGS= -O -pipe > > I would start by raising the optimization level to 2 (as in -O2). This > is our default now in -CURRENT and -STABLE and -CURRENT aren't really I would use "-O2 -fno-strict-aliasing" otherwise there can be problems with ports. -- -- David (obrien@FreeBSD.org)