public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: A new libstdc++ patch for linux/glibc 2
@ 1998-02-01 12:40 Jeffrey A Law
  0 siblings, 0 replies; 4+ messages in thread
From: Jeffrey A Law @ 1998-02-01 12:40 UTC (permalink / raw)
  To: hjl; +Cc: egcs

  > Please ignore my last patch and use this one instead. My
  > STL patch is still needed.

  > 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.
I've installed this patch.

You need to discuss the STL patch with Jason and the SGI folks; we don't
want to deviate from the SGI STL release unless absolutely necessary.

jeff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A new libstdc++ patch for linux/glibc 2
  1998-01-16  1:51 ` Byeong-ryeol Kim
@ 1998-01-16 19:49   ` H.J. Lu
  0 siblings, 0 replies; 4+ messages in thread
From: H.J. Lu @ 1998-01-16 19:49 UTC (permalink / raw)
  To: jinbo21; +Cc: egcs

> 
> On Wed, 14 Jan 1998, H.J. Lu wrote:
> ...
> > Please ignore my last patch and use this one instead. My
> > STL patch is still needed.
> ...
>  What do you mean by 'STL patch'?
>  Where can I fetch it?
> 	

http://www.cygnus.com/ml/egcs/1998-Jan/0487.html


H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: A new libstdc++ patch for linux/glibc 2
  1998-01-14 23:17 H.J. Lu
@ 1998-01-16  1:51 ` Byeong-ryeol Kim
  1998-01-16 19:49   ` H.J. Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Byeong-ryeol Kim @ 1998-01-16  1:51 UTC (permalink / raw)
  To: egcs

On Wed, 14 Jan 1998, H.J. Lu wrote:
...
> Please ignore my last patch and use this one instead. My
> STL patch is still needed.
...
 What do you mean by 'STL patch'?
 Where can I fetch it?
	
 "Where there is a will, there is a way."  jinbo21@soback.kornet.nm.kr 
                                           kbeyl@kids.kotel.co.kr      
  For the future of you and me!            hitel: jinbo21


^ permalink raw reply	[flat|nested] 4+ messages in thread

* A new libstdc++ patch for linux/glibc 2
@ 1998-01-14 23:17 H.J. Lu
  1998-01-16  1:51 ` Byeong-ryeol Kim
  0 siblings, 1 reply; 4+ messages in thread
From: H.J. Lu @ 1998-01-14 23:17 UTC (permalink / raw)
  To: egcs

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1998-02-01 12:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-02-01 12:40 A new libstdc++ patch for linux/glibc 2 Jeffrey A Law
  -- strict thread matches above, loose matches on Subject: below --
1998-01-14 23:17 H.J. Lu
1998-01-16  1:51 ` Byeong-ryeol Kim
1998-01-16 19:49   ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).