diff options
-rw-r--r-- | FAQ | 5 | ||||
-rw-r--r-- | FAQ.in | 5 | ||||
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | README.template | 1 |
4 files changed, 9 insertions, 5 deletions
diff --git a/FAQ b/FAQ index 1cecb15e6a..f9ae5af441 100644 --- a/FAQ +++ b/FAQ @@ -211,6 +211,7 @@ in the future, are: mips*-*-linux-gnu Linux-2.x on MIPS ia64-*-linux-gnu Linux-2.x on ia64 s390-*-linux-gnu Linux-2.x on IBM S/390 + s390x-*-linux-gnu Linux-2.x on IBM S/390 64-bit Ports to other Linux platforms are in development, and may in fact work already, but no one has sent us success reports for them. Currently no @@ -1248,9 +1249,9 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 2.35. When recompiling GCC, I get compilation errors in libio. -{BH} You are trying to recompile gcc 2.95.2? Use gcc 2.95.2.1 instead. +{BH} You are trying to recompile gcc 2.95.2? Use gcc 2.95.3 instead. This version is needed because the fpos_t type and a few libio internals -have changed in glibc 2.2, and gcc 2.95.2.1 contains a corresponding patch. +have changed in glibc 2.2, and gcc 2.95.3 contains a corresponding patch. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/FAQ.in b/FAQ.in index 67a54ba229..f06569ace4 100644 --- a/FAQ.in +++ b/FAQ.in @@ -38,6 +38,7 @@ in the future, are: mips*-*-linux-gnu Linux-2.x on MIPS ia64-*-linux-gnu Linux-2.x on ia64 s390-*-linux-gnu Linux-2.x on IBM S/390 + s390x-*-linux-gnu Linux-2.x on IBM S/390 64-bit Ports to other Linux platforms are in development, and may in fact work already, but no one has sent us success reports for them. Currently no @@ -1023,9 +1024,9 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff ?? When recompiling GCC, I get compilation errors in libio. -{BH} You are trying to recompile gcc 2.95.2? Use gcc 2.95.2.1 instead. +{BH} You are trying to recompile gcc 2.95.2? Use gcc 2.95.3 instead. This version is needed because the fpos_t type and a few libio internals -have changed in glibc 2.2, and gcc 2.95.2.1 contains a corresponding patch. +have changed in glibc 2.2, and gcc 2.95.3 contains a corresponding patch. ? Source and binary incompatibilities, and what to do about them diff --git a/INSTALL b/INSTALL index c73b226430..5655d5c1f0 100644 --- a/INSTALL +++ b/INSTALL @@ -303,7 +303,7 @@ build the GNU C library: The GNU C library can only be compiled with the GNU C compiler family. 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. + As of this writing, GCC 2.95.3 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 @@ -384,6 +384,7 @@ following patterns: mips*-*-linux powerpc-*-linux s390-*-linux + s390x-*-linux sparc-*-linux sparc64-*-linux diff --git a/README.template b/README.template index 7fdb78e45d..76d59a3afa 100644 --- a/README.template +++ b/README.template @@ -18,6 +18,7 @@ configurations: mips*-*-linux-gnu Linux-2.x on MIPS ia64-*-linux-gnu Linux-2.x on ia64 s390-*-linux-gnu Linux-2.x on IBM S/390 + s390x-*-linux-gnu Linux-2.x on IBM S/390 64-bit Former releases of this library (version 1.09.1 and perhaps earlier versions) used to run on the following configurations: |