]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Regenerated: /usr/unsupported/bin/perl scripts/gen-FAQ.pl FAQ.in
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 18:48:30 +0000 (18:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Nov 1999 18:48:30 +0000 (18:48 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 50c7647cd08e85f767a7953673d91cc1358336db..0409a58a69ca42bcc8376f9bc7b095757392e7a8 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -237,7 +237,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.
 
 
@@ -797,7 +797,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