This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GNAT is required to build ada
- From: "J.C. Pizarro" <jcpiza at gmail dot com>
- To: "David Miller" <davem at davemloft dot net>, gcc at gcc dot gnu dot org
- Date: Sun, 4 Nov 2007 02:11:13 +0100
- Subject: Re: GNAT is required to build ada
On 2007/11/3, "David Miller" <davem at davemloft dot net> wrote:
> The trick is to have a program that, even if massively suboptimal, can
> compile ADA code for the purposes of bootstrapping the ADA compiler
> and is written in C.
There are many tricks.
A) Works gnats from gcc-2.93.3? gcc-3.4.6? ...
B) Anyone has to compile .ads with -S option to get assembly .S files
and to upload to the svn/cvs tree for bootstrapping.
C) Google.
J.C. Pizarro