diff options
author | Brooks Moses <bmoses@stanford.edu> | 2006-10-19 23:39:45 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2006-10-19 16:39:45 -0700 |
commit | 374716e7226080d714c780a665bbaa4993169235 (patch) | |
tree | 64f708603dbfe19620368aa0bec4842b3a8e35ff | |
parent | 21392f1922a60cff99a2f8f25852badbc516bd0f (diff) | |
download | gcc-374716e7226080d714c780a665bbaa4993169235.zip gcc-374716e7226080d714c780a665bbaa4993169235.tar.gz gcc-374716e7226080d714c780a665bbaa4993169235.tar.bz2 |
install.texi (Downloading GCC): Clarify mention of Fortran in the "full distribution" description.
* doc/install.texi (Downloading GCC): Clarify mention of
Fortran in the "full distribution" description.
From-SVN: r117892
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 835baa1..fb741b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-19 Brooks Moses <bmoses@stanford.edu> + + * doc/install.texi (Downloading GCC): Clarify mention of + Fortran in the "full distribution" description. + 2006-10-19 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/28778 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 881959f..6b69fd8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -460,11 +460,11 @@ components. Please refer to the @uref{http://gcc.gnu.org/releases.html,,releases web page} for information on how to obtain GCC@. -The full distribution includes the C, C++, Objective-C, Fortran 77, Fortran -(in case of GCC 4.0 and later), Java, and Ada (in case of GCC 3.1 and later) -compilers. The full distribution also includes runtime libraries for C++, -Objective-C, Fortran 77, Fortran, and Java. In GCC 3.0 and later versions, -GNU compiler testsuites are also included in the full distribution. +The full distribution includes the C, C++, Objective-C, Fortran, Java, +and Ada (in the case of GCC 3.1 and later) compilers. The full +distribution also includes runtime libraries for C++, Objective-C, +Fortran, and Java. In GCC 3.0 and later versions, the GNU compiler +testsuites are also included in the full distribution. If you choose to download specific components, you must download the core GCC distribution plus any language specific distributions you wish to |