From owner-cvs-src@FreeBSD.ORG Wed Feb 23 01:10:29 2005 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 2824D16A4CF; Wed, 23 Feb 2005 01:10:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF88943D1F; Wed, 23 Feb 2005 01:10:28 +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 j1N1AS1O000393; Wed, 23 Feb 2005 01:10:28 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1N1ASPc000377; Wed, 23 Feb 2005 01:10:28 GMT (envelope-from trhodes) Message-Id: <200502230110.j1N1ASPc000377@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 23 Feb 2005 01:10:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/etc make.conf 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, 23 Feb 2005 01:10:29 -0000 trhodes 2005-02-23 01:10:28 UTC FreeBSD src repository Modified files: share/examples/etc make.conf Log: 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.257 +3 -3 src/share/examples/etc/make.conf