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.26.9000-1250-gd9f442c


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  d9f442ce56a716ef4723a05ba913c5e2e78d3096 (commit)
      from  93493119648db44af0b8170588e02ad273ec86a4 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d9f442ce56a716ef4723a05ba913c5e2e78d3096

commit d9f442ce56a716ef4723a05ba913c5e2e78d3096
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Wed Jan 31 23:13:00 2018 +0000

    Fix typo in the previous commit
    
    The version of GCC was 7.3, not 7.3.1.

diff --git a/INSTALL b/INSTALL
index 68b9252..64dec34 100644
--- a/INSTALL
+++ b/INSTALL
@@ -419,7 +419,7 @@ build the GNU C Library:
      GCC 4.9 or higher is required.  In general it is recommended to use
      the newest version of the compiler that is known to work for
      building the GNU C Library, as newer compilers usually produce
-     better code.  As of release time, GCC 7.3.1 is the newest compiler
+     better code.  As of release time, GCC 7.3 is the newest compiler
      verified to work to build the GNU C Library.
 
      For PowerPC 64-bits little-endian (powerpc64le), GCC 6.2 or higher
diff --git a/manual/install.texi b/manual/install.texi
index efcd986..43dd8d6 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -465,7 +465,7 @@ GCC 4.9 or newer
 GCC 4.9 or higher is required.  In general it is recommended to use
 the newest version of the compiler that is known to work for building
 @theglibc{}, as newer compilers usually produce better code.  As of
-release time, GCC 7.3.1 is the newest compiler verified to work to build
+release time, GCC 7.3 is the newest compiler verified to work to build
 @theglibc{}.
 
 For PowerPC 64-bits little-endian (powerpc64le), GCC 6.2 or higher is

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

Summary of changes:
 INSTALL             |    2 +-
 manual/install.texi |    2 +-
 2 files changed, 2 insertions(+), 2 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]