diff options
author | Zack Weinberg <zack@wolery.cumb.org> | 2000-08-14 18:08:46 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-08-14 18:08:46 +0000 |
commit | 57119aa9ebf8dbeb7e3fcab520153c2eb664b63f (patch) | |
tree | 877039da923ca899b45ce7942f147ff9d2d04d77 /libstdc++/ChangeLog | |
parent | d9f204241be3449693b5ff3a3779ed3703f2f85e (diff) | |
download | gcc-57119aa9ebf8dbeb7e3fcab520153c2eb664b63f.tar.gz |
top level:
* configure: Make enable_threads and enable_shared defaults
explicit. Substitute enable_threads into generated Makefiles.
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
gcc:
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
* fixinc/inclhack.def: Likewise.
* fixinc/mkfixinc.sh: Likewise.
* configure: Regenerate.
* fixinc/fixincl.x: Regenerate.
* install.texi: Document equivalence of linux and linux-gnu.
libio:
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
Honor --disable-threads.
libstdc++:
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
Honor --disable-threads.
libstdc++-v3:
* configure: Regenerate after change to ../libtool.m4.
libobjc:
* configure: Regenerate after change to ../libtool.m4.
From-SVN: r35680
Diffstat (limited to 'libstdc++/ChangeLog')
-rw-r--r-- | libstdc++/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index ba4a27385e5..b6d1b7ea5f8 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,8 @@ +2000-08-14 Zack Weinberg <zack@wolery.cumb.org> + + * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. + Honor --disable-threads. + 2000-08-11 Jason Merrill <jason@redhat.com> * std/straits.h (is_del): Boolify with !!. |