aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 336d19d..cc07233 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-30 Florian Weimer <fw@deneb.enyo.de>
+
+ * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
+ later.
+
2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index c6f5540..ba17f86 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1141,7 +1141,7 @@ the number of processors in your machine.
@section Building the Ada compiler
In order to build GNAT, the Ada compiler, you need a working GNAT
-compiler (GNAT version 3.13 or later, or GCC version 3.1 or later),
+compiler (GNAT version 3.14 or later, or GCC version 3.1 or later),
since the Ada front end is written in Ada (with some
GNAT-specific extensions), and GNU make.