This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Here's a docu update to mention GCC 2.95.3 and s390x. Ok to commit?
Andreas
2001-03-18 Andreas Jaeger <aj@suse.de>
* manual/install.texi (Tools for Compilation): Advise to use GCC
2.95.3.
(Supported Configurations): Mention s390x.
============================================================
Index: manual/install.texi
--- manual/install.texi 2001/02/07 12:32:06 1.50
+++ manual/install.texi 2001/03/18 09:41:10
@@ -336,7 +336,7 @@
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 @@
mips@var{*}-@var{*}-linux
powerpc-@var{*}-linux
s390-@var{*}-linux
+s390x-@var{*}-linux
sparc-@var{*}-linux
sparc64-@var{*}-linux
@end smallexample
============================================================
Index: FAQ.in
--- FAQ.in 2001/02/26 07:28:08 1.122
+++ FAQ.in 2001/03/18 09:41:14
@@ -38,6 +38,7 @@
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 @@
?? 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
============================================================
Index: README.template
--- README.template 2000/09/19 13:00:19 1.35
+++ README.template 2001/03/18 09:41:14
@@ -18,6 +18,7 @@
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:
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |