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]

Re: Patch for fini build bug?


>>>>> "HJ" == H J Lu <hjl@lucon.org> writes:

 HJ> That doesn't work very well when there are source codes for Fortran
 HJ> and LANGUAGES="c c++" is used. The build process still tries to
 HJ> compile g77 for whatever reason. You can see that during bootstrap.
 HJ> In stage 0, LANGUAGES="c" is used, but g++ and g77 are still made.

I can't reproduce that for g77.  I checked that the longstanding code
doing a case on $(LANGUAGES) in f/Make-lang.in still works with a
`gmake bootstrap-lean LANGUAGES=c'.  (Something similar for g++ was
rejected in GCC2 land at some stage.)


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