diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2003-10-15 17:12:01 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2003-10-15 17:12:01 +0000 |
commit | 8bf06993c1664e62690b0e5f7bf1c2197e1c9199 (patch) | |
tree | a6d818c581eeba7cf0bfbe5f749ea4e53b715be8 | |
parent | 24fe22c9d4de9a37e5d295b357aee47b2c725def (diff) | |
download | gcc-8bf06993c1664e62690b0e5f7bf1c2197e1c9199.zip gcc-8bf06993c1664e62690b0e5f7bf1c2197e1c9199.tar.gz gcc-8bf06993c1664e62690b0e5f7bf1c2197e1c9199.tar.bz2 |
Fixed up last commit.
From-SVN: r72530
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2093412..c4e9d35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,7 +1,7 @@ 2003-10-15 Ulrich Weigand <uweigand@de.ibm.com> * config.gcc (s390x-ibm-tpf*): New target. - * doc/invoke.texi: Document it. + * doc/install.texi: Document it. * config/s390/t-tpf: New file. * config/s390/tpf.h: New file. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6869d2e..55c10ef 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2018,6 +2018,8 @@ GNU Compiler Collection on your machine. @item @uref{#s390x-*-linux*,,s390x-*-linux*} @item +@uref{#s390x-ibm-tpf*,,s390x-ibm-tpf*} +@item @uref{#*-*-solaris2*,,*-*-solaris2*} @item @uref{#sparc-sun-solaris2*,,sparc-sun-solaris2*} @@ -3175,6 +3177,13 @@ zSeries system (64-bit) running Linux for zSeries@. @html <hr /> @end html +@heading @anchor{s390x-ibm-tpf*}s390x-ibm-tpf* +zSeries system (64-bit) running TPF. This platform is +supported as cross-compilation target only. + +@html +<hr /> +@end html @c Please use Solaris 2 to refer to all release of Solaris, starting @c with 2.0 until 2.6, 7, and 8. Solaris 1 was a marketing name for @c SunOS 4 releases which we don't use to avoid confusion. Solaris |