diff options
author | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-19 00:06:49 +0000 |
---|---|---|
committer | rodrigc <rodrigc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-19 00:06:49 +0000 |
commit | 508308cc1aaadef2fb7efe6b04cd2466ed8a4753 (patch) | |
tree | e33853741fe0692826b71073c43db6addc900d2c /gcc | |
parent | 3706848e159c9ac6c540d8259d9ebb6ca42c693e (diff) | |
download | ppe42-gcc-508308cc1aaadef2fb7efe6b04cd2466ed8a4753.tar.gz ppe42-gcc-508308cc1aaadef2fb7efe6b04cd2466ed8a4753.zip |
2002-01-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
* doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
be used for bootstrapping GCC 3.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49001 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bcb863342e9..2cf1b64fb6c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-18 Craig Rodrigues <rodrigc@gcc.gnu.org> + + * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot + be used for bootstrapping GCC 3.0. + 2002-01-18 Kazu Hirata <kazu@hxi.com> * config/h8300/h8300.md: Fix an insn length. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 1c110c56177..dfa1214b59b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2167,6 +2167,9 @@ this platform. Thread support is not currently implemented for this platform, so @option{--enable-threads} does not work. See @uref{http://gcc.gnu.org/ml/gcc-prs/2002-01/msg00551.html} and @uref{http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00663.html}. +GCC 2.95.x is not supported under HP-UX 11 and cannot be used to +compile GCC 3.0. Refer to @uref{binaries.html,,binaries} for information +about obtaining precompiled GCC binaries for HP-UX. @html </p> |