From owner-cvs-src@FreeBSD.ORG Wed Jul 30 09:20:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F9837B401; Wed, 30 Jul 2003 09:20:55 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F38243FAF; Wed, 30 Jul 2003 09:20:55 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h6UGKto31606; Wed, 30 Jul 2003 09:20:55 -0700 Received: from freebsd.org (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id JAA17550; Wed, 30 Jul 2003 09:20:54 -0700 (PDT) Message-ID: <3F27EFCF.4070605@freebsd.org> Date: Wed, 30 Jul 2003 10:18:23 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200307301446.h6UEklCE044311@repoman.freebsd.org> In-Reply-To: <200307301446.h6UEklCE044311@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:20:56 -0000 Ruslan Ermilov wrote: > ru 2003/07/30 07:46:46 PDT > > FreeBSD src repository > > Modified files: > release Makefile > Log: > The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing > to survive. > > Discussed with: bde > Tested on: i386 and pc98 > > Revision Changes Path > 1.806 +2 -1 src/release/Makefile > Thanks for doing this. However, I think that Peter was looking at doing this globally in /sys/conf, not just the release. The reasoning is that it might not be safe to use -fstrict-aliasing in any context right now until we understand the actual impact of those warnings. I'd also prefer if it was done there and not special-cased for the release. Scott