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.28.9000-92-gacc2842


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  acc2842ace72ba1722919cde0176827ac59c7b06 (commit)
      from  6c3a8a9d868a8deddf0d6dcc785b6d120de90523 (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=acc2842ace72ba1722919cde0176827ac59c7b06

commit acc2842ace72ba1722919cde0176827ac59c7b06
Author: DJ Delorie <dj@redhat.com>
Date:   Fri Aug 24 22:07:23 2018 -0400

    Fix IA64 links-dso-program link.
    
    * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and
    $(libunwind).

diff --git a/ChangeLog b/ChangeLog
index 4925551..572f1be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-24  DJ Delorie  <dj@delorie.com>
+
+	* support/Makefile (LDLIBS-links-dso-program): Add -lgcc and
+	$(libunwind).
+
 2018-08-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
         [BZ #23400]
diff --git a/support/Makefile b/support/Makefile
index b5fcb6e..0ed0021 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -165,7 +165,7 @@ ifeq (,$(CXX))
 LINKS_DSO_PROGRAM = links-dso-program-c
 else
 LINKS_DSO_PROGRAM = links-dso-program
-LDLIBS-links-dso-program = -lstdc++ -lgcc_s
+LDLIBS-links-dso-program = -lstdc++ -lgcc -lgcc_s $(libunwind)
 endif
 
 others: \

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

Summary of changes:
 ChangeLog        |    5 +++++
 support/Makefile |    2 +-
 2 files changed, 6 insertions(+), 1 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]