projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3a8a9
)
Fix IA64 links-dso-program link.
author
DJ Delorie
<dj@redhat.com>
Sat, 25 Aug 2018 02:07:23 +0000
(22:07 -0400)
committer
DJ 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
patch
|
blob
|
history
support/Makefile
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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]
diff --git
a/support/Makefile
b/support/Makefile
index b5fcb6ed86205501b4b458d3af6ff4fd81698bb8..0ed00212cb4bc7511a0a7ac4ba11c84f41a74c55 100644
(file)
--- 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: \