This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: DOC patch, clarify --enable-threads on HP-UX


On Tue, Jan 15, 2002 at 05:15:59PM +0100, Gerald Pfeifer wrote:
> How about omitting this sentence? Or something like the following:
> 
>   Thread support is currently disabled on this platform, so
>   --enable-threads does not work. See...
> 
> If you agree with this, would you mind committing this (or a
> similiar) update?

OK.  Committed this:

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.86
diff -u -r1.86 install.texi
--- install.texi	2002/01/13 19:58:33	1.86
+++ install.texi	2002/01/15 16:57:35
@@ -2163,7 +2163,10 @@
 @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>
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]