diff options
author | Arnaud Charlet <charlet@adacore.com> | 2010-06-23 09:08:46 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-23 09:08:46 +0200 |
commit | 1004318eb5fe93b4bfa6531c9553f4837af81e85 (patch) | |
tree | f071e08dcf7385b0c70b6d21159f3e81b2bf9431 /gcc | |
parent | 6feae96473ec62a973303d39fd2b925dfc67ff05 (diff) | |
download | gcc-1004318eb5fe93b4bfa6531c9553f4837af81e85.zip gcc-1004318eb5fe93b4bfa6531c9553f4837af81e85.tar.gz gcc-1004318eb5fe93b4bfa6531c9553f4837af81e85.tar.bz2 |
re PR ada/22220 (Unable to build gnattools native i586)
PR 22220
* doc/install.texi: Update requirements to build GNAT.
From-SVN: r161255
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5532d82..22d21c5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-06-23 Arnaud Charlet <charlet@adacore.com + + PR 22220 + * doc/install.texi: Update requirements to build GNAT. + 2010-06-22 Andreas Schwab <schwab@linux-m68k.org> * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 99077d7..6492903 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2306,7 +2306,7 @@ and network filesystems. @section Building the Ada compiler In order to build GNAT, the Ada compiler, you need a working GNAT -compiler (GCC version 3.4 or later). +compiler (GCC version 4.0 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. |