From: Ulrich Drepper Date: Wed, 17 Nov 1999 18:48:13 +0000 (+0000) Subject: No 2.95.x compiler can be used on Alpha. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6326f9b4666662b478ae11b8cdb94586dbda19;p=thirdparty%2Fglibc.git No 2.95.x compiler can be used on Alpha. --- diff --git a/FAQ.in b/FAQ.in index 23b52f99c05..8cd938dabeb 100644 --- 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