This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Environment variable to pass in options?
- To: Louis Marascio <lmarasci at stevens-tech dot edu>
- Subject: Re: Environment variable to pass in options?
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 07 Dec 1997 18:47:55 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <XFMail.971207203315.lmarasci@stevens-tech.edu>you write:
> >Nope, no such feature exists in egcs. Sorry.
>
> Is there any chance of getting this implemented in future versions?
There's certainly a chance :-)
Cygnus has had such a feature in our compilers for a while to satisfy
some customer needs.
That change was submitted to gcc2 and rejected. There's some interesting
issues that need to be resolved before we could integrate our patch.
THe most important issue would be bug reports.
We already have a tough time getting all the information we need to
reproduce & fix problems. Adding an environment variable of this
nature just makes things harder since someone could put options in
the environment variable, then forgot to tell us about them when
they report a bug.
I believe this was the primary objection to including such an option
in gcc2.
jeff