Regenerated: /usr/unsupported/bin/perl scripts/gen-FAQ.pl FAQ.in

This commit is contained in:
Ulrich Drepper 1999-11-17 18:48:30 +00:00
parent 1d6326f9b4
commit f95981dddc

4
FAQ
View File

@ -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