3.2 PATCH: Fully support parallel gnat1/gnatbind builds

Rainer Orth ro@TechFak.Uni-Bielefeld.DE
Wed May 22 11:51:00 GMT 2002


Joseph S. Myers writes:

> On Wed, 22 May 2002, Geert Bosch wrote:
> 
> > - Why are the info rules commented out ?
> 
> The info rules belong in Make-lang.in anyway.  See Florian's patch
> (pending review) which resolves this issue:
> 
> http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01609.html
> http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01642.html

indeed: this is the clean solution.  Besides, moving them from
ada/Makefile.in to ada/Make-lang.in would have created two different
dvi resp. doc targets with commands of their own in the generated
gcc/Makefile, which would only work with double-colon rules.

During bootstrap, I had another problem with those targets: they depend on
xgnatug, which dumped core on me when built during the bootstrap with the
bootstrap GNAT (3.13p on sparc-sun-solaris2.5.1 in this case).

	Rainer



More information about the Gcc-patches mailing list