Fix IA64 links-dso-program link.
* support/Makefile (LDLIBS-links-dso-program): Add -lgcc and $(libunwind).
This commit is contained in:
parent
6c3a8a9d86
commit
acc2842ace
@ -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>
|
2018-08-24 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
[BZ #23400]
|
[BZ #23400]
|
||||||
|
@ -165,7 +165,7 @@ ifeq (,$(CXX))
|
|||||||
LINKS_DSO_PROGRAM = links-dso-program-c
|
LINKS_DSO_PROGRAM = links-dso-program-c
|
||||||
else
|
else
|
||||||
LINKS_DSO_PROGRAM = links-dso-program
|
LINKS_DSO_PROGRAM = links-dso-program
|
||||||
LDLIBS-links-dso-program = -lstdc++ -lgcc_s
|
LDLIBS-links-dso-program = -lstdc++ -lgcc -lgcc_s $(libunwind)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
others: \
|
others: \
|
||||||
|
Loading…
Reference in New Issue
Block a user