This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [Makefile] Stop unnecessarily rebuilding gcc, cc1, et al.


On Jul  2, 2004, DJ Delorie <dj@redhat.com> wrote:

> Otherwise I'm OK with it.  Alex?  Nathanael?  Comments about the above?

Either make it fixed in config.h, or don't let it be overridden.
Having it force a recompile/relink is not acceptable, since it breaks
the case of override-prefix-for-install-only, and this appears to be
what Kelley's patch does.

I'd leave it alone, just so that we comply with this tiny little bit
of the GNU Coding Standards, even though it causes the minor
inconvenience mentioned that motivated Kelley to write this patch.  If
we all decide to not follow that bit in the coding standards, move it
to config.h instead.  I don't have strong opinions either way.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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