diff mbox

[Ada] PR 22220

Message ID 20100623071019.GA28307@adacore.com
State New
Headers show

Commit Message

Arnaud Charlet June 23, 2010, 7:10 a.m. UTC
As mentioned under PR 22220, we now require GCC 4.0 or up to bootstrap
GNAT. Applied on trunk.

2010-06-23  Arnaud Charlet  <charlet@adacore.com

	PR 22220
	* doc/install.texi: Update requirements to build GNAT.

--

Comments

Rainer Orth June 23, 2010, 7:45 a.m. UTC | #1
Arnaud Charlet <charlet@adacore.com> writes:

> As mentioned under PR 22220, we now require GCC 4.0 or up to bootstrap
> GNAT. Applied on trunk.
>
> 2010-06-23  Arnaud Charlet  <charlet@adacore.com
>
> 	PR 22220
> 	* doc/install.texi: Update requirements to build GNAT.

Please make this PR ada/22220 instead.

Thanks.
	Rainer
diff mbox

Patch

--- install.texi	(revision 160834)
+++ install.texi	(working copy)
@@ -2301,7 +2301,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.