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)



Geez, put off reading the list just once and the whole world falls
apart ;-)

> On Apr 12, 2001, Franz Sirl <Franz.Sirl-kernel@lauterbach.com> wrote:
> > On bootstrap4, I think he may get different problems with that, cause
> > AFAICS, stage4_build passes the -B flags in the wrong order...
> 
> Yes, indeed.  I suppose that's a bug, though.  DJ?

Yup.  Patch away.

To summarize the other patch pair: At first, there was no way to
override CFLAGS for stage1 from the top.  I approved a patch to fix
that, but (1) it used an inappropriate value, and (2) configure was
supposed to provide the right CFLAGS for stage1 anyway.  So, I
reverted it.  I think the right patch is to allow STAGE1_CFLAGS to be
overridden from the top.

And it is inappropriate for the Makefile to provide a -g or -O option
that cannot be removed (not just overridden) by the user.


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