diff options
author | Craig Rodrigues <rodrigc@gcc.gnu.org> | 2002-01-15 16:58:37 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@gcc.gnu.org> | 2002-01-15 16:58:37 +0000 |
commit | 751a1458e27cfb31650ed19368a1dc48ee0289a5 (patch) | |
tree | 3b4fcb8a8beac69dd9b6f01ef4909d0632b8c363 /gcc | |
parent | 57771fe8764940f0c05e224a25a3c36d1286e227 (diff) | |
download | gcc-751a1458e27cfb31650ed19368a1dc48ee0289a5.zip gcc-751a1458e27cfb31650ed19368a1dc48ee0289a5.tar.gz gcc-751a1458e27cfb31650ed19368a1dc48ee0289a5.tar.bz2 |
install.texi (hppa*-hp-hpux11): --enable-threads does not work on this platform currently.
2002-01-15 Craig Rodrigues <rodrigc@gcc.gnu.org>
* doc/install.texi (hppa*-hp-hpux11): --enable-threads does
not work on this platform currently.
From-SVN: r48874
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 958f211..9d36274 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-01-15 Craig Rodrigues <rodrigc@gcc.gnu.org> + + * doc/install.texi (hppa*-hp-hpux11): --enable-threads does + not work on this platform currently. + 2002-01-15 Joseph S. Myers <jsm28@cam.ac.uk> * c-typeck.c (build_unary_op): Don't wrap msgid argument of diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c5a6055..6d1ea9b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2163,7 +2163,10 @@ bootstrap}. @heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11 GCC 3.0 supports HP-UX 11. You must use GNU binutils 2.11 or above on -this platform. +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}. @html </p> |