This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: `MAKEOVERRIDES='


> Version: 2.95.3

> gcc top-level `Makefile.in' contains `MAKEOVERRIDES=' line, which
> can introduce inconveniences when trying to rerun make with slightly
> modified variable values.  Why is it required at all?  The only reason
> stated in GNU make documentation is small fixed limit on the size of
> the environment.  If on my system this limit is very large (say, 2
> Mb), will it be safe to remove this from `Makefile'?

Yes.  I introduced it to trim the environment size to a minimum.  There
were `exec' failures in gcc starting the linker on a machine with with
an environment limit of 10240 bytes.

Dave
--
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]