This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc environment variables
Alexandre Oliva wrote:
> > Does anyone know there to find the FULL list of environment variables
> > that efect the behaviour of gcc,All I found was only a small part of
> > these.
>
> The GCC manual is supposed to cover them. If you find of any
> variables that affect GCC and are not listed there, please report.
It does not document SUNPRO_DEPENDENCIES which affects CPP. Which, btw,
is a very useful environment variable whose functionality cannot be
duplicated by any combination of command line options or other variables.
Really there should be a command line option to do the equivalent.
-- Jamie