diff options
author | Arnaud Charlet <charlet@adacore.com> | 2022-01-18 05:44:40 -0500 |
---|---|---|
committer | Arnaud Charlet <charlet@adacore.com> | 2022-01-18 05:46:09 -0500 |
commit | abb748aaf3e1d25258949856d5b39f6ac90a8119 (patch) | |
tree | fa3834bfe01d2a6ba76202c5374f6ed6d71ae694 | |
parent | 76fe494230477a69f8fa8c8ca2d493acaf343eb1 (diff) | |
download | gcc-abb748aaf3e1d25258949856d5b39f6ac90a8119.zip gcc-abb748aaf3e1d25258949856d5b39f6ac90a8119.tar.gz gcc-abb748aaf3e1d25258949856d5b39f6ac90a8119.tar.bz2 |
Update prerequisites for GNAT
* doc/install.texi: Update prerequisites for GNAT
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 54ad7c7..96b4dfc 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -263,7 +263,7 @@ name of the package depends on your distro) or you must build GCC as a @item @anchor{GNAT-prerequisite}GNAT In order to build GNAT, the Ada compiler, you need a working GNAT -compiler (GCC version 4.7 or later). +compiler (GCC version 5.1 or later). This includes GNAT tools such as @command{gnatmake} and @command{gnatlink}, since the Ada front end is written in Ada and |