This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada build now requires gnatmake?
- From: Geert Bosch <bosch at gnat dot com>
- To: Corey Minyard <minyard at acm dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 4 Dec 2001 14:15:39 -0500
- Subject: Re: Ada build now requires gnatmake?
On Tuesday, December 4, 2001, at 01:57 , Corey Minyard wrote:
> I just did an update and tried a bootstrap, and it seems that
> gnatmake is used to build the Ada compiler, specifically to build
> treeprs.ads, einfo.h, sinfo.h, and nmake.adb. I thought
> bootstrapping was only supposed to require the compiler and
> gnatbind.
Yes, you're right. I have checked in a patch to einfo.ads and
forgot to update
the dependent sources, and sinced I have gnatmake on my system this
didn't
show up during bootstrap. I'll fix this and think about ways to
ensure this
doesn't happen again.
-Geert