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]

Re: Mainline bootstrap failure (Re: libstdc++ execute tests)


On Apr 12, 2001, Franz Sirl <Franz.Sirl-kernel@lauterbach.com> wrote:

> Sorry, sent the wrong patch, see my followup post. BOOT_CFLAGS = -O2
> $(CFLAGS) is actually the right thing to do.

I'm not sure I agree with that.

Suppose I want to bootstrap a complete tool-chain without
optimization.  Shouldn't `make CFLAGS=-g bootstrap' accomplish that?
With your patch, it wouldn't: the stage3 GCC would still be compiled
with optimization.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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