From owner-freebsd-stable@FreeBSD.ORG Mon Jan 24 18:44:05 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8302D16A4CE for ; Mon, 24 Jan 2005 18:44:05 +0000 (GMT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5111243D53 for ; Mon, 24 Jan 2005 18:44:05 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id C5EB4B87A for ; Mon, 24 Jan 2005 13:44:04 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <20050119004858.GA46389@xor.obsecurity.org> References: <6.2.0.14.0.20050112173437.089758a0@64.7.153.2> <20050113225145.GA781@galgenberg.net> <6.2.0.14.0.20050113193132.042966c8@64.7.153.2> <20050117193844.GB1110@galgenberg.net> <20050117224809.GC31463@xor.obsecurity.org> <6.2.0.14.0.20050117210539.08489c28@64.7.153.2> <41ECBED0.8000704@incubus.de> <3aaaa3a0501181530975fecf@mail.gmail.com> <20050119004858.GA46389@xor.obsecurity.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Vivek Khera Date: Mon, 24 Jan 2005 13:44:04 -0500 To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.619) Subject: Re: CFLAGS=-O2 -pipe problems in RELENG_5 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 18:44:05 -0000 On Jan 18, 2005, at 7:48 PM, Kris Kennaway wrote: > Do yourself a favour and use -O2 -fno-strict-alias instead, because > some ports *are broken* with plain -O2. > I just tried this on a 5-STABLE dual opteron, and it complained about unknown option. I had to specify the full option -fno-strict-aliasing to make gcc recognize it. Now we'll see just how many things it breaks building world... :-) Vivek Khera, Ph.D. +1-301-869-4449 x806