From owner-freebsd-current@FreeBSD.ORG Sun Feb 8 20:55:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2768C16A4CE for ; Sun, 8 Feb 2004 20:55:34 -0800 (PST) Received: from chiapa.terra.com.br (chiapa.terra.com.br [200.154.55.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id E092443D1D for ; Sun, 8 Feb 2004 20:55:33 -0800 (PST) (envelope-from bmrk@terra.com.br) Received: from arica.terra.com.br (arica.terra.com.br [200.154.55.128]) by chiapa.terra.com.br (Postfix) with ESMTP id B5626EC09C; Mon, 9 Feb 2004 02:55:32 -0200 (BRST) Received: from pyro.convolution.ti (unknown [200.149.135.186]) (authenticated user bmrk) by arica.terra.com.br (Postfix) with ESMTP id 3F01A3C013; Mon, 9 Feb 2004 02:55:32 -0200 (BRST) Date: Mon, 9 Feb 2004 02:59:59 -0200 From: "Bruno T." To: Kris Kennaway Message-Id: <20040209025959.55c43209@pyro.convolution.ti> In-Reply-To: <20040209043217.GA1009@xor.obsecurity.org> References: <20040209022820.00faa408@pyro.convolution.ti> <20040209043217.GA1009@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: -fno-strict-aliasing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 09 Feb 2004 04:55:34 -0000 On Sun, 8 Feb 2004 20:32:17 -0800 Kris Kennaway wrote: > On Mon, Feb 09, 2004 at 02:28:20AM -0200, Bruno T. wrote: > > Hi everyone. > > i'm pretty new to bsd, but i have some background in linux development > > and for what i have seen until now, i must say that -CURRENT is rather impressive, congrats ! > > > > I was rebuilding my base sys and noticed that any compiler flag > > that implies -fstrict-aliasing (like -O2) would break some few things, > > adding "-fno-strict-aliasing" to "CFLAGS+=" in these makefiles > > solves the problem for now. > > Don't do that then :-) > > Kris > yeah, i just didn't want to change any code without being familiar with the whole stuff. thanks.