GNU C Library master sources branch master updated. glibc-2.16-ports-merge-462-gd173d12

jsm28@sourceware.org jsm28@sourceware.org
Wed Oct 10 21:07:00 GMT 2012


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  d173d12e77c2ba9c46717353891f817333ce4995 (commit)
      from  472371b9b0bda52662ed869bad1461a93fa11077 (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=d173d12e77c2ba9c46717353891f817333ce4995

commit d173d12e77c2ba9c46717353891f817333ce4995
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 10 21:07:20 2012 +0000

    Don't include link-libc-static in +link-static-before-libc.

diff --git a/ChangeLog b/ChangeLog
index 2a62434..31662fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
 
+	* Makeconfig (+link-static-before-libc): Don't include
+	$(link-static-libc).
+
 	* libio/libio.h (_IO_pos_t): Remove.
 
 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
diff --git a/Makeconfig b/Makeconfig
index 6a54bf3..f451ec2 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -434,7 +434,7 @@ ifndef +link-static
 						     $(start-installed-name))\
 			   $(+preinit) $(link-extra-libs-static) \
 			   $(common-objpfx)libc% $(+postinit),$^) \
-	      $(link-extra-libs-static) $(link-libc-static)
+	      $(link-extra-libs-static)
 +link-static-after-libc = $(+postctorT) $(+postinit)
 +link-static = $(+link-static-before-libc) $(link-libc-static) \
 	       $(+link-static-after-libc)

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

Summary of changes:
 ChangeLog  |    3 +++
 Makeconfig |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


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



More information about the Glibc-cvs mailing list