From: DJ Delorie Date: Sat, 25 Aug 2018 02:07:23 +0000 (-0400) Subject: Fix IA64 links-dso-program link. X-Git-Tag: glibc-2.29~498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acc2842ace72ba1722919cde0176827ac59c7b06;p=thirdparty%2Fglibc.git Fix IA64 links-dso-program link. * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and $(libunwind). --- diff --git a/ChangeLog b/ChangeLog index 4925551f05a..572f1be1623 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-24 DJ Delorie + + * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and + $(libunwind). + 2018-08-24 Paul Pluzhnikov [BZ #23400] diff --git a/support/Makefile b/support/Makefile index b5fcb6ed862..0ed00212cb4 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: \