* doc/install.texi: Update requirements to build the Ada compiler.

From-SVN: r136580
This commit is contained in:
Arnaud Charlet 2008-06-09 10:27:03 +02:00 committed by Arnaud Charlet
parent 4a598c32e4
commit 2c2b17103d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-09 Arnaud Charlet <charlet@adacore.com
* doc/install.texi: Update requirements to build the Ada compiler.
2008-06-08 Steven Bosscher <stevenb.gcc@gmail.com>
* df-scan.c (struct df_scan_problem_data): Remove the

View File

@ -1903,7 +1903,7 @@ and network filesystems.
@section Building the Ada compiler
In order to build GNAT, the Ada compiler, you need a working GNAT
compiler (GNAT version 3.14 or later, or GCC version 3.1 or later).
compiler (GCC version 3.4 or later).
This includes GNAT tools such as @command{gnatmake} and
@command{gnatlink}, since the Ada front end is written in Ada and
uses some GNAT-specific extensions.