A new libstdc++ patch for linux/glibc 2
H.J. Lu
hjl@lucon.org
Wed Jan 14 23:17:00 GMT 1998
Hi,
Please ignore my last patch and use this one instead. My
STL patch is still needed.
--
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, but define
_IO_MTSAFE_IO.
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/15 02:47:10
@@ -1 +1,2 @@
-MT_CFLAGS = -D_PTHREADS
+# tell we want the mt-safe version
+MT_CFLAGS = -D_IO_MTSAFE_IO
More information about the Gcc
mailing list