aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2018-08-24 22:07:23 -0400
committerDJ Delorie <dj@redhat.com>2018-08-24 22:10:00 -0400
commitacc2842ace72ba1722919cde0176827ac59c7b06 (patch)
tree7f85c71b0705a8a1f18edf169e77f0ff970835aa /support
parent6c3a8a9d868a8deddf0d6dcc785b6d120de90523 (diff)
downloadglibc-acc2842ace72ba1722919cde0176827ac59c7b06.zip
glibc-acc2842ace72ba1722919cde0176827ac59c7b06.tar.gz
glibc-acc2842ace72ba1722919cde0176827ac59c7b06.tar.bz2
Fix IA64 links-dso-program link.
* support/Makefile (LDLIBS-links-dso-program): Add -lgcc and $(libunwind).
Diffstat (limited to 'support')
-rw-r--r--support/Makefile2
1 files changed, 1 insertions, 1 deletions
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: \