aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zack@wolery.cumb.org>2000-08-14 18:08:46 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-08-14 18:08:46 +0000
commit57119aa9ebf8dbeb7e3fcab520153c2eb664b63f (patch)
tree877039da923ca899b45ce7942f147ff9d2d04d77 /ChangeLog
parentd9f204241be3449693b5ff3a3779ed3703f2f85e (diff)
downloadgcc-57119aa9ebf8dbeb7e3fcab520153c2eb664b63f.zip
gcc-57119aa9ebf8dbeb7e3fcab520153c2eb664b63f.tar.gz
gcc-57119aa9ebf8dbeb7e3fcab520153c2eb664b63f.tar.bz2
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 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a75440e..b2a1746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
+
+ * 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*.
+
2000-08-13 Geoff Keating <geoffk@cygnus.com>
* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.