aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-04-08 14:41:43 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-04-08 14:41:43 +0000
commitdd178909bb238a7db96bb25fb25c168ca08f73c4 (patch)
tree64fea38d378fe7eee5bb54b7b6225f1e0d201da3 /gcc/doc
parentcc6ae6a1e66836e6f5aba7fd60954c7165dab886 (diff)
downloadgcc-dd178909bb238a7db96bb25fb25c168ca08f73c4.zip
gcc-dd178909bb238a7db96bb25fb25c168ca08f73c4.tar.gz
gcc-dd178909bb238a7db96bb25fb25c168ca08f73c4.tar.bz2
install.texi (Specific, [...]): Fix grammar.
* doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar. (Specific, *-*-solaris2*): Likewise. Don't prefer Sun as over GNU as. From-SVN: r158127
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index a0fadd8..00dd787 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -3472,7 +3472,7 @@ configuration like @samp{amd64-*-solaris2*} or @samp{x86_64-*-solaris2*}.
It is recommended that you configure GCC to use the GNU assembler, in
@file{/usr/sfw/bin/gas}. The versions included in Solaris 10, from GNU
binutils 2.15, and Solaris 11, from GNU binutils 2.19, work fine,
-although the latest (as of 2010-04-01) version, from GNU binutils
+although the current version, from GNU binutils
2.20.1, is known to work, too. Recent versions of the Sun assembler in
@file{/usr/ccs/bin/as} work almost as well, though.
@c FIXME: as patch requirements?
@@ -4127,18 +4127,18 @@ The build process works more smoothly with the legacy Sun tools so, if you
have @file{/usr/xpg4/bin} in your @env{PATH}, we recommend that you place
@file{/usr/bin} before @file{/usr/xpg4/bin} for the duration of the build.
-We recommend the use of the vendor tools (Sun @command{as}, Sun
-@command{ld}), or eventually GNU @command{as}. The GNU @command{as}
+We recommend the use of the Sun assembler or the GNU assembler, in
+conjunction with the Sun linker. The GNU @command{as}
versions included in Solaris 10, from GNU binutils 2.15, and Solaris 11,
from GNU binutils 2.19, are known to work. They can be found in
-@file{/usr/sfw/bin/gas}. Current versions of GNU binutils (2.20.1 as of
-2010-04-01) are known work either. Note that your mileage may vary
+@file{/usr/sfw/bin/gas}. Current versions of GNU binutils (2.20.1)
+are known to work as well. Note that your mileage may vary
if you use a combination of the GNU tools and the Sun tools: while the
combination GNU @command{as} + Sun @command{ld} should reasonably work,
the reverse combination Sun @command{as} + GNU @command{ld} is known to
cause memory corruption at runtime in some cases for C++ programs.
@c FIXME: still?
-GNU @command{ld} usually works either, though the version included in
+GNU @command{ld} usually works as well, although the version included in
Solaris 10 cannot be used due to several bugs. Again, the current
version (2.20.1) is known to work, but generally lacks platform specific
features, so better stay with Sun @command{ld}.