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 17:48:38 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <XFMail.971207163646.lmarasci@stevens-tech.edu>you write:
> Is there an environment variable that can be set that will pass command line
> options to the compiler? I know that that HP compiler aCC has a CXXOPTS that
> you can set which will pass options to the compiler and place them at the
> begining or end of the command line. The passing is transparent and does not
> show up on the actual command line as well, which is why I want to do this. I
> have an extremely large set of include directories which I would like to be
> able to consolidate in an environment variable to reduce the clutter on my
> screen when compiling. Thanks for any help ...
Nope, no such feature exists in egcs. Sorry.
jeff