This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Ada build now requires gnatmake?
- From: Corey Minyard <minyard at acm dot org>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 04 Dec 2001 12:57:47 -0600
- Subject: Ada build now requires gnatmake?
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.
-Corey