This is the mail archive of the gcc@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]

A libstdc++ patch for linux/glibc 2


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


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