diff options
author | Andreas Jaeger <aj@suse.de> | 2001-03-27 05:31:08 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-03-27 05:31:08 +0000 |
commit | ce721eefa69f5f5dd09431dee3cd27c4b82aba6e (patch) | |
tree | c9ea26fe401ea2ba756500952adb26d9c45dd38b /manual/install.texi | |
parent | 1bb9d6f9ddd9a92e60342185a2084393b99ccbf5 (diff) | |
download | glibc-ce721eefa69f5f5dd09431dee3cd27c4b82aba6e.tar.gz glibc-ce721eefa69f5f5dd09431dee3cd27c4b82aba6e.tar.xz glibc-ce721eefa69f5f5dd09431dee3cd27c4b82aba6e.zip |
* manual/install.texi (Tools for Compilation): Advise to use GCC
2.95.3. (Supported Configurations): Mention s390x.
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/install.texi b/manual/install.texi index 8e80a2dbb6..1d6b39498b 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -336,7 +336,7 @@ GCC 2.95 or newer 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. +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 their @@ -432,6 +432,7 @@ m68k-@var{*}-linux mips@var{*}-@var{*}-linux powerpc-@var{*}-linux s390-@var{*}-linux +s390x-@var{*}-linux sparc-@var{*}-linux sparc64-@var{*}-linux @end smallexample |