Date: Tue, 29 May 2001 09:31:38 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: arch@FreeBSD.org Subject: Re: Overriding compiler flags (Re: cvs commit: src/contrib/gcc.295 gcc.c) Message-ID: <20010529093138.D34199@dragon.nuxi.com> In-Reply-To: <20010529040250.A81586@xor.obsecurity.org>; from kris@obsecurity.org on Tue, May 29, 2001 at 04:02:50AM -0700 References: <200105290954.f4T9skF86521@freefall.freebsd.org> <20010529040250.A81586@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 29, 2001 at 04:02:50AM -0700, Kris Kennaway wrote: > On Tue, May 29, 2001 at 02:54:46AM -0700, David E. O'Brien wrote: > > obrien 2001/05/29 02:54:46 PDT > > > > Modified files: > > contrib/gcc.295 gcc.c > > Log: > > 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. ... > The latter three obviously don't cover general code, but the plethora > of options is starting to get ugly. I just mentioned the use of GCC_OPTIONS I did figuring that one would interest people the most. I added GCC_OPTIONS to be orthoginal with DIFF_OPTIONS, CVS_OPTIONS, and GREP_OPTIONS. GCC_OPTIONS could also be used when building third party software and you dont' want to edit their Makefiles, etc. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010529093138.D34199>