From owner-cvs-src@FreeBSD.ORG Thu Mar 18 10:05:09 2004 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 8653816A4CE; Thu, 18 Mar 2004 10:05:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69F6243D1F; Thu, 18 Mar 2004 10:05:09 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2II59Ge061641; Thu, 18 Mar 2004 10:05:09 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2II58PM061640; Thu, 18 Mar 2004 10:05:08 -0800 (PST) (envelope-from obrien) Message-Id: <200403181805.i2II58PM061640@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 18 Mar 2004 10:05:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.pre.mk 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: Thu, 18 Mar 2004 18:05:10 -0000 obrien 2004/03/18 10:05:08 PST FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: For AMD64, lets officially support a -O2 kernel build! I've added -fno-strict-aliasing for now so we can ease into this. I wanted to shoot for -O3, but the inlining caused problems due to GCC's size heuristics; so also add -frename-registers, which is one of the things -O3 would have given us. Revision Changes Path 1.45 +2 -0 src/sys/conf/kern.pre.mk