diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-02-18 18:57:55 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-18 11:57:55 -0700 |
commit | eca8ff3207fd57f9bb793bcbcb479795308a38b2 (patch) | |
tree | b8c2627f95c332efeaab153c57a329fbdb22e207 /libstdc++/ChangeLog | |
parent | c87a0a3994b20fcf69a9d4072516929c08a96746 (diff) | |
download | gcc-eca8ff3207fd57f9bb793bcbcb479795308a38b2.zip gcc-eca8ff3207fd57f9bb793bcbcb479795308a38b2.tar.gz gcc-eca8ff3207fd57f9bb793bcbcb479795308a38b2.tar.bz2 |
configure.in: Handle OpenBSD with and without threads.
* configure.in: Handle OpenBSD with and without threads.
* config/openbsd.ml: New file.
* config/openbsd.mt: New file.
From-SVN: r25291
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 a799daf..e537aba 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. |