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). --- support/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') 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