This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 branch ada bootstrap fails
On Fri, May 03, 2002 at 02:03:21PM -0400, John David Anglin wrote:
> > The sed needs another operation, -e 's/-Wno-long-long//g', but that
> > isn't the immediate problem. Since you've got all three of -pedantic
> > -Wtraditional -Wno-long-long on your command line, this is not working
> > at all. Up above, we have
> >
> > ALL_ADAFLAGS = $(CFLAGS) $(ADA_CFLAGS) $(ADAFLAGS)
> > MOST_ADAFLAGS = $(CFLAGS) $(ADA_CFLAGS) $(SOME_ADAFLAGS)
> >
> > Perhaps this should be $(LOOSE_CFLAGS) $(ADA_CFLAGS) ?
>
> I think it should be $(ALL_CFLAGS) $(ADA_CFLAGS) ... It has the same
> processing and includes X_CFLAGS and T_CFLAGS. Didn't want to rock
> the boat too much when I proposed the patch originally. The trunk
> has the same problem.
I am not sure whether ALL_CFLAGS wouldn't have other junk, such as
unwanted -D switches. However, if it doesn't, it is likely to be
safer to do that.
Can you work up a patch? I've got too many things to juggle right
now, and this is apparently a release concern.
zw