]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.mt: Don't define _PTHREADS, but define _IO_MTSAFE_IO.
authorH.J. Lu <hjl@gnu.org>
Mon, 9 Feb 1998 21:23:18 +0000 (21:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 9 Feb 1998 21:23:18 +0000 (14:23 -0700)
        * config/linux.mt: Don't define _PTHREADS, but define
        _IO_MTSAFE_IO.

From-SVN: r17813

libstdc++/ChangeLog
libstdc++/config/linux.mt

index cc0872b02774cce17ce963423766184481a28911..df5697ae8a10991b1ffb7606945efe9b5bb69800 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb  1 13:38:07 1998  H.J. Lu  (hjl@gnu.org)
+
+       * config/linux.mt: Don't define _PTHREADS, but define
+       _IO_MTSAFE_IO.
+
 Mon Feb  9 00:09:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * Makefile.in (install): Remove the shared library symlink even if
index 6afe1e514d93f3401e2ce6d283662a5403a2f730..5848851be8ac4da2e148290e9995237f79e9d0af 100644 (file)
@@ -1 +1,2 @@
-MT_CFLAGS = -D_PTHREADS
+# tell we want the mt-safe version
+MT_CFLAGS = -D_IO_MTSAFE_IO