From owner-cvs-src@FreeBSD.ORG Mon Nov 26 21:46:22 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EC3316A41A; Mon, 26 Nov 2007 21:46:22 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 34F7113C469; Mon, 26 Nov 2007 21:46:22 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAQLkMPM049431; Mon, 26 Nov 2007 21:46:22 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAQLkMCP049430; Mon, 26 Nov 2007 21:46:22 GMT (envelope-from jb) Message-Id: <200711262146.lAQLkMCP049430@repoman.freebsd.org> From: John Birrell Date: Mon, 26 Nov 2007 21:46:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 26 Nov 2007 21:46:22 -0000 jb 2007-11-26 21:46:21 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: Although the entire src tree builds cleanly now without -fno-strict-aliasing in the default CFLAGS, we're in the middle of a ports freeze, so we can't really go making the corresponding change to the ports mk files. I'll take -fno-strict-aliasing out again when the ports freeze ends. Revision Changes Path 1.97 +2 -2 src/share/mk/sys.mk