This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.12-4-g70c9476


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  70c9476e834802806e327882f4530e10555cb3a8 (commit)
      from  3155f066219acaa9e7f8b8a3737f336f98e978b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=70c9476e834802806e327882f4530e10555cb3a8

commit 70c9476e834802806e327882f4530e10555cb3a8
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed May 5 10:14:51 2010 +0200

    Regenerate INSTALL

diff --git a/ChangeLog b/ChangeLog
index a7fdafa..bdbf33b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-05  Andreas Schwab  <schwab@redhat.com>
+
+	* INSTALL: Regenerate.
+
 2010-05-05  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/unix/sysv/linux/kernel-features.h: Alpha doesn't have to be
diff --git a/INSTALL b/INSTALL
index 8d61b3e..2a58783 100644
--- a/INSTALL
+++ b/INSTALL
@@ -298,16 +298,16 @@ build the GNU C library:
 
    * GCC 3.4 or newer, GCC 4.1 recommended
 
-     The GNU C library can only be compiled with the GNU C compiler
-     family.  For the 2.3 releases, GCC 3.2 or higher is required; GCC
-     3.4 is the compiler we advise to use for 2.3 versions.  For the
-     2.4 release, GCC 3.4 or higher is required; as of this writing,
-     GCC 4.1 is the compiler we advise to use for current versions.  On
-     certain machines including `powerpc64', compilers prior to GCC 4.0
-     have bugs that prevent them compiling the C library code in the
-     2.4 release.  On other machines, GCC 4.1 is required to build the C
-     library with support for the correct `long double' type format;
-     these include `powerpc' (32 bit), `s390' and `s390x'.
+     For the 2.4 release or later, GCC 3.4 or higher is required; as of
+     this writing, GCC 4.4 is the compiler we advise to use for current
+     versions.  On certain machines including `powerpc64', compilers
+     prior to GCC 4.0 have bugs that prevent them compiling the C
+     library code in the 2.4 release.  On other machines, GCC 4.1 is
+     required to build the C library with support for the correct `long
+     double' type format; these include `powerpc' (32 bit), `s390' and
+     `s390x'.  For other architectures special compiler-provided
+     headers are needed (like `cpuid.h' on x86) which only come with
+     later compiler versions.
 
      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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 INSTALL   |   20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]