This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Building the Ada compiler... is http://gcc.gnu.org/install/build.html correct?
- From: Christian Joensson <christian at j-son dot org>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Wed, 5 Nov 2003 16:53:15 +0100
- Subject: Building the Ada compiler... is http://gcc.gnu.org/install/build.html correct?
Just a ping here... is the information concerning building the Ada
compiler in http://gcc.gnu.org/install/build.html correct?
More specifically, is
cd objdir
srcdir/configure --enable-languages=c,ada
cd srcdir/gcc/ada
touch treeprs.ads [es]info.h nmake.ad[bs]
cd objdir
make bootstrap
cd gcc
make gnatlib_and_tools
cd ..
still required?
Cheers,
/ChJ