diff options
author | David Edelsohn <edelsohn@gnu.org> | 2002-09-05 16:30:42 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2002-09-05 12:30:42 -0400 |
commit | 225cee280e171eb22e05700bc8f9efdc4645241b (patch) | |
tree | a6ae9014bd30d100b44e7310295b75be15522489 | |
parent | c72bfda72eda6b7243e2a8d51d8b45a81aa5a602 (diff) | |
download | gcc-225cee280e171eb22e05700bc8f9efdc4645241b.zip gcc-225cee280e171eb22e05700bc8f9efdc4645241b.tar.gz gcc-225cee280e171eb22e05700bc8f9efdc4645241b.tar.bz2 |
install.texi: Correct text of s390-*-linux* and s390x-*-linux* URLs.
* doc/install.texi: Correct text of s390-*-linux* and s390x-*-linux*
URLs. Fix AIX wording.
From-SVN: r56850
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7af3c47..ae0247f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-05 David Edelsohn <edelsohn@gnu.org> + + * doc/install.texi: Correct text of s390-*-linux* and s390x-*-linux* + URLs. Fix AIX wording. + 2002-09-05 Stan Shebs <shebs@apple.com> * config/rs6000/rs6000.c (rs6000_override_options): Make -fpic and diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b920c72..fdd6d63 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1654,9 +1654,9 @@ GNU Compiler Collection on your machine. @item @uref{#powerpcle-*-winnt,,powerpcle-*-winnt, powerpcle-*-pe} @item -@uref{#s390-*-linux*} +@uref{#s390-*-linux*,,s390-*-linux*} @item -@uref{#s390x-*-linux*} +@uref{#s390x-*-linux*,,s390x-*-linux*} @item @uref{#*-*-solaris2*,,*-*-solaris2*} @item @@ -2421,8 +2421,8 @@ If this error occurs during stage2 or later, then the problem most likely is the version of Make (see above). The GNU Assembler incorrectly reports that it supports WEAK symbols on -AIX which causes GCC to try to utilize weak symbol functionality which -is not really supported on the platform. The native @command{as} and +AIX which causes GCC to try to utilize weak symbol functionality although +it is not supported on the platform. The native @command{as} and @command{ld} still are recommended. The native AIX tools do interoperate with GCC@. |