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, release/2.11/master, updated. glibc-2.11.2-60-g353ade4


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, release/2.11/master has been updated
       via  353ade4f9b4985fde89a62d763ef78c94901fb2d (commit)
      from  d795f23c92bda75cf04b56f42532afeee9209d1b (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=353ade4f9b4985fde89a62d763ef78c94901fb2d

commit 353ade4f9b4985fde89a62d763ef78c94901fb2d
Author: Petr Baudis <pasky@suse.cz>
Date:   Sat Nov 20 19:05:19 2010 +0100

    Re-sync INSTALL and manual/install.texi
    
    Required for flawless make dist run.

diff --git a/INSTALL b/INSTALL
index 555e36e..af5ddac 100644
--- a/INSTALL
+++ b/INSTALL
@@ -461,3 +461,4 @@ or the manual has a bug, so report the disagreement.  If you find any
 errors or omissions in this manual, please report them to the bug
 database.  If you refer to specific sections of the manual, please
 include the section names for easier identification.
+
diff --git a/manual/install.texi b/manual/install.texi
index 0cd4d62..5ce4617 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -348,11 +348,12 @@ floating-point support that may be triggered by the math library.
 Check the FAQ for any special compiler issues on particular platforms.
 
 @item
-GNU @code{binutils} 2.15 or later
+GNU @code{binutils}
 
 You must use GNU @code{binutils} (as and ld) to build the GNU C library.
 No other assembler or linker has the necessary functionality at the
-moment.
+moment.  The configure scripts checks for the appropriate version
+for the platform.  Too-old versions will prevent building glibc.
 
 @item
 GNU @code{texinfo} 3.12f

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

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