From: Arnaud Charlet Date: Mon, 9 Jun 2008 08:27:03 +0000 (+0200) Subject: * doc/install.texi: Update requirements to build the Ada compiler. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c2b17103d38452f39a4a1297c6577e7d2b2f8d9;p=gcc.git * doc/install.texi: Update requirements to build the Ada compiler. From-SVN: r136580 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bbc057f3110..fdad22bccef 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-06-09 Arnaud Charlet * df-scan.c (struct df_scan_problem_data): Remove the diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 127f0659c90..8c5b6d4d998 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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.