A libstdc++ patch for linux/glibc 2
H.J. Lu
hjl@lucon.org
Wed Jan 14 23:17:00 GMT 1998
Hi,
This patch remove the unnecessary _PTHREADS for linux.
My STL patch works better than defining _PTHREADS.
--
H.J. Lu (hjl@gnu.org)
--
Wed Jan 14 15:25:05 1998 H.J. Lu (hjl@gnu.org)
* config/linux.mt: Don't define _PTHREADS.
Index: config/linux.mt
===================================================================
RCS file: /home/work/cvs/gnu/egcs/libstdc++/config/linux.mt,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 linux.mt
--- linux.mt 1997/09/17 20:12:42 1.1.1.1
+++ linux.mt 1998/01/14 23:24:36
@@ -1 +1 @@
-MT_CFLAGS = -D_PTHREADS
+# MT_CFLAGS = -D_PTHREADS
More information about the Gcc
mailing list