From owner-cvs-all Wed Aug 1 11:56:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E978437B401; Wed, 1 Aug 2001 11:56:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f71Iuru20017; Wed, 1 Aug 2001 11:56:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200108011856.f71Iuru20017@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Aug 2001 11:56:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/08/01 11:56:53 PDT Modified files: (Branch: RELENG_4) contrib/gcc gcc.c Log: MFC: gcc.295 rev 1.21 Support the environmental var "GCC_OPTIONS". Which can hold a set of default options for GCC. These options are interpreted first and can be overwritten by explicit command line parameters. This provides one way of adding [temporary] options to your world build w/o editing /etc/make.conf. Revision Changes Path 1.17.2.4 +39 -1 src/contrib/gcc/gcc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message