This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada in gcc-3.4.3 on x86_64
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: Dean Kolosiek <kolosiekweb04 at qwest dot net>, gcc at gcc dot gnu dot org
- Date: Mon, 3 Jan 2005 08:34:16 +0100
- Subject: Re: Ada in gcc-3.4.3 on x86_64
- References: <1104731447.12314.46.camel@plato> <m3oeg7j7uj.fsf@gromit.moeb>
> Add --enable-languages=c,c++,ada,g77 and make sure that you have an
> Ada compiler installed since such is needed for bootstrapping,
More specifically, he should follow the documentation and call
make -C gcc gnatlib_and_tools (was needed with GCC 3.4, is no longer
needed with 4.0).
Arno