]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
No 2.95.x compiler can be used on Alpha.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 18:48:13 +0000 (18:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 18:48:13 +0000 (18:48 +0000)
FAQ.in

diff --git a/FAQ.in b/FAQ.in
index 23b52f99c05e5b7321a2ac43e157d02746430f80..8cd938dabebab3237e38d7d7e3dd1f504e2b6e76 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -76,7 +76,7 @@ Make up your own decision.
 GNU CC versions 2.95 and above are derived from egcs, and they may do even
 better.
 
-Please note that gcc 2.95 and 2.95.1 cannot compile glibc on Alpha due to
+Please note that gcc 2.95 and 2.95.x cannot compile glibc on Alpha due to
 problems in the complex float support.
 
 ??     When I try to compile glibc I get only error messages.
@@ -612,7 +612,7 @@ handling is implemented using an older method; the people making the
 distributions are a little ahead of their time.
 
 A quick solution to this is to find the libgcc.a file that came with the
-distribution (it would have been installed under /usr/lib/gcc-lib), do 
+distribution (it would have been installed under /usr/lib/gcc-lib), do
 `ar x libgcc.a frame.o' to get the frame.o file out, and add a line saying
 `LDLIBS-c.so += frame.o' to the file `configparms' in the directory you're
 building in.  You can check you've got the right `frame.o' file by running