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: [committed, web pages] Document dropping --enable-threads=pthreads


On Thu, 9 Oct 2003, Gerald Pfeifer wrote:
> Could you please make these two <code>enable-threads=pthreads</code>
> (without quotes)?

As Nathanael's address is still generating bounces, I have made this
change myself now.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.54
diff -u -3 -p -r1.54 changes.html
--- changes.html	9 Oct 2003 02:58:25 -0000	1.54
+++ changes.html	9 Oct 2003 10:58:21 -0000
@@ -35,9 +35,9 @@
     <li>On some MIPS targets, the code generated by this release
 	will not be binary compatible with previous releases.
 	See <a href="#mips_abi">below</a> for details.</li>
-    <li>The configure option "--enable-threads=pthreads" has been
-        removed; use "--enable-threads=posix" instead, which should have
-        the same effect.</li>
+    <li>The configure option <code>--enable-threads=pthreads</code> has
+        been removed; use <code>--enable-threads=posix</code> instead,
+        which should have the same effect.</li>
   </ul>

 <h2>General Optimizer Improvements</h2>


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