projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0aa3c
)
linux.mt: Don't define _PTHREADS, but define _IO_MTSAFE_IO.
author
H.J. Lu
<hjl@gnu.org>
Sun, 1 Feb 1998 12:38:27 +0000
(12:38 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Sun, 1 Feb 1998 12:38:27 +0000
(
05:38
-0700)
* config/linux.mt: Don't define _PTHREADS, but define
_IO_MTSAFE_IO.
From-SVN: r17581
libstdc++/ChangeLog
patch
|
blob
|
history
libstdc++/config/linux.mt
patch
|
blob
|
history
diff --git
a/libstdc++/ChangeLog
b/libstdc++/ChangeLog
index 6640d5d91376547f198044c298c70cb9588cb426..b3d5b94dee9fc0cd6d552bddcc2e68aff682de2f 100644
(file)
--- a/
libstdc++/ChangeLog
+++ b/
libstdc++/ChangeLog
@@
-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.
+
Wed Jan 28 10:27:11 1998 Manfred Hollstein <manfred@s-direktnet.de>
* tests/configure.in, testsuite/configure.in: Update with yesterday's
diff --git
a/libstdc++/config/linux.mt
b/libstdc++/config/linux.mt
index 6afe1e514d93f3401e2ce6d283662a5403a2f730..5848851be8ac4da2e148290e9995237f79e9d0af 100644
(file)
--- a/
libstdc++/config/linux.mt
+++ b/
libstdc++/config/linux.mt
@@
-1
+1,2
@@
-MT_CFLAGS = -D_PTHREADS
+# tell we want the mt-safe version
+MT_CFLAGS = -D_IO_MTSAFE_IO