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

Re: Fix broken 3.4.x Ada bootstrap when 3.4 is used


> Changing the makefile to do the build only once seems more
> complicated and error-prone to me (limited Makefile hacking capability
> :).

Not if you simply look at which one is built first: it's xnmake.adb, so
simply add the -f -a to the ada/nmake.adb rule.

Your patch is also missing comments in Make-lang.in itself explaining
why we use -f -a

Arno


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