diff options
| author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-15 17:12:01 +0000 |
|---|---|---|
| committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-15 17:12:01 +0000 |
| commit | 8dfc10f1868767ccb079767769a6bc8d5996f8cb (patch) | |
| tree | a6d818c581eeba7cf0bfbe5f749ea4e53b715be8 | |
| parent | 7c1f201bfe6ab8fbd93bcdde07884645af7c8b22 (diff) | |
| download | ppe42-gcc-8dfc10f1868767ccb079767769a6bc8d5996f8cb.tar.gz ppe42-gcc-8dfc10f1868767ccb079767769a6bc8d5996f8cb.zip | |
Fixed up last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72530 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 20934123eed..c4e9d357151 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 6869d2e2e9e..55c10ef4127 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 |

