about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-18 17:47:35 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-18 17:47:35 +0000
commit7b32d065d6854e5f40e656bb7a7081430ec80c5f (patch)
treeba3ef6c7025b13e08b8e59eaa1aae9baab0eade3 /manual
parent7813b61a4128191279d0a3f90311787aad057b43 (diff)
downloadglibc-7b32d065d6854e5f40e656bb7a7081430ec80c5f.tar.gz
glibc-7b32d065d6854e5f40e656bb7a7081430ec80c5f.tar.xz
glibc-7b32d065d6854e5f40e656bb7a7081430ec80c5f.zip
Update.
2000-11-16  Andreas Jaeger  <aj@suse.de>

	* manual/install.texi (Tools for Compilation): Update
	documentation for GCC 2.95.2.

	* libio/freopen.c (freopen): Reset _mode after succesful reopening.
Diffstat (limited to 'manual')
-rw-r--r--manual/install.texi13
1 files changed, 4 insertions, 9 deletions
diff --git a/manual/install.texi b/manual/install.texi
index b9cb047e19..253847ae8a 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -332,22 +332,17 @@ recommend version GNU @code{make} version 3.79.  All earlier
 versions have severe bugs or lack features.
 
 @item
-EGCS 1.1.1, 1.1 or 1.0.3, or GCC 2.8.1, 2.95 or newer
+GCC 2.95 or newer
 
 The GNU C library can only be compiled with the GNU C compiler family.
-As of the 2.1 release, EGCS 1.0.3 or higher is required.  GCC 2.8.1 can
-also be used (but see the FAQ for reasons why you might not want to).
-Earlier versions simply are too buggy.  As of this writing, GCC 2.95.2
-is the compiler we advise to use.
+As of the 2.2 release, GCC 2.95.2 or higher is required.  As of this
+writing, GCC 2.95.2 is the compiler we advise to use.
 
 You can use whatever compiler you like to compile programs that use GNU
 libc, but be aware that both GCC 2.7 and 2.8 have bugs in their
 floating-point support that may be triggered by the math library.
 
-On Alpha machines you need at least EGCS 1.1.1.  Earlier versions don't
-work reliably.
-
-For PPC you might need some patches even on top of the last EGCS version.
+For PPC you might need some patches even on top of the last GCC version.
 See the FAQ.
 
 @item