]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix IA64 links-dso-program link.
authorDJ Delorie <dj@redhat.com>
Sat, 25 Aug 2018 02:07:23 +0000 (22:07 -0400)
committerDJ Delorie <dj@redhat.com>
Sat, 25 Aug 2018 02:10:00 +0000 (22:10 -0400)
* support/Makefile (LDLIBS-links-dso-program): Add -lgcc and
$(libunwind).

ChangeLog
support/Makefile

index 4925551f05a267c227236188e0ce8c5eba76edf4..572f1be1623f199a21d997895924f30a695a5aea 100644 (file)
--- 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]
index b5fcb6ed86205501b4b458d3af6ff4fd81698bb8..0ed00212cb4bc7511a0a7ac4ba11c84f41a74c55 100644 (file)
@@ -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: \