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]
Other format: [Raw text]

Re: 3.1 branch ada bootstrap fails


> 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.

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]