From owner-cvs-all@FreeBSD.ORG Sat Feb 26 07:25:03 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8DD516A4CE; Sat, 26 Feb 2005 07:25:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A992943D4C; Sat, 26 Feb 2005 07:25:03 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1Q7P3Gg054886; Sat, 26 Feb 2005 07:25:03 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1Q7P3RP054885; Sat, 26 Feb 2005 07:25:03 GMT (envelope-from trhodes) Message-Id: <200502260725.j1Q7P3RP054885@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 26 Feb 2005 07:25:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/examples/etc make.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2005 07:25:04 -0000 trhodes 2005-02-26 07:25:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/examples/etc make.conf Log: MFC: 1.257, 1.258, and 1.259. Add 'nocona' to the list of Intel ia64 CPUs and k8 to the AMD CPUs. Replace -fmemoize-lookups -fsave-memoized with a working example, -fconserve-space. To quote part of the GCC docs on this option: "Put uninitialized or runtime-initialized global variables into the common segment, as C does." MFC after: 2 days Submitted by: Daniel Gerzo (original version) Revision Changes Path 1.229.2.9 +7 -5 src/share/examples/etc/make.conf