diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 18:57:55 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-18 18:57:55 +0000 |
commit | 87fbb557ba46690eb61906188e56f119c00079e7 (patch) | |
tree | b8c2627f95c332efeaab153c57a329fbdb22e207 /libstdc++/ChangeLog | |
parent | d61726bc08c13097be02f2e7cb96932bfd821973 (diff) | |
download | gcc-87fbb557ba46690eb61906188e56f119c00079e7.tar.gz |
* configure.in: Handle OpenBSD with and without threads.
* config/openbsd.ml: New file.
* config/openbsd.mt: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25291 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/ChangeLog')
-rw-r--r-- | libstdc++/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index a799dafcc52..e537abacfad 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 18 19:53:17 1999 Marc Espie <espie@cvs.openbsd.org> + + * configure.in: Handle OpenBSD with and without threads. + * config/openbsd.ml: New file. + * config/openbsd.mt: New file. + 1999-01-28 Baron Roberts <baron@sgi.com> * string: Uncomment wstring declaration. |