diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2012-03-16 09:50:29 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2012-03-16 09:50:29 +0000 |
commit | 172465160aa08941275b37c5e800d2f26250c3be (patch) | |
tree | 0a43cd85b9dc4585099574d9aed2985c54ba3cb2 | |
parent | d2a12ae77fa3efbe2329f7126b4acc24c35ef401 (diff) | |
download | gcc-172465160aa08941275b37c5e800d2f26250c3be.zip gcc-172465160aa08941275b37c5e800d2f26250c3be.tar.gz gcc-172465160aa08941275b37c5e800d2f26250c3be.tar.bz2 |
Improve wording in GCC 4.7 Solaris update to install.texi
* doc/install.texi (Specific, *-*-solaris2*): Improve wording.
From-SVN: r185459
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb696d7..fec9c36 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * doc/install.texi (Specific, *-*-solaris2*): Improve wording. + 2012-03-16 Richard Guenther <rguenther@suse.de> * tree.h (TREE_VECTOR_CST_ELTS): Remove. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index ab82fea..41dbf44 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4071,8 +4071,8 @@ been removed in GCC 4.6. Sun does not ship a C compiler with Solaris 2 before Solaris 10, though you can download the Sun Studio compilers for free. In Solaris 10 and -11, GCC 3.4.3 is available in @command{/usr/sfw/bin/gcc}. Solaris 11 -also provides GCC 4.5.2 in @command{/usr/gcc/4.5/bin/gcc}. Alternatively, +11, GCC 3.4.3 is available as @command{/usr/sfw/bin/gcc}. Solaris 11 +also provides GCC 4.5.2 as @command{/usr/gcc/4.5/bin/gcc}. Alternatively, you can install a pre-built GCC to bootstrap and install GCC. See the @uref{binaries.html,,binaries page} for details. |