From acc2842ace72ba1722919cde0176827ac59c7b06 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 24 Aug 2018 22:07:23 -0400 Subject: Fix IA64 links-dso-program link. * support/Makefile (LDLIBS-links-dso-program): Add -lgcc and $(libunwind). --- ChangeLog | 5 +++++ support/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4925551..572f1be 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 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: \ -- cgit v1.1