mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 08:10:30 +01:00
Explicitly specify the libraries
Without this linking fails with gold and newer versions of ld.
This commit is contained in:
parent
3bf76e8d19
commit
1d8e2c1ae5
1 changed files with 2 additions and 2 deletions
|
@ -143,9 +143,9 @@ Gtest_dyn1_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||||||
Gtest_exc_LDADD = $(LIBUNWIND)
|
Gtest_exc_LDADD = $(LIBUNWIND)
|
||||||
Gtest_init_LDADD = $(LIBUNWIND)
|
Gtest_init_LDADD = $(LIBUNWIND)
|
||||||
Gtest_resume_sig_LDADD = $(LIBUNWIND)
|
Gtest_resume_sig_LDADD = $(LIBUNWIND)
|
||||||
Gperf_simple_LDADD = $(LIBUNWIND)
|
Gperf_simple_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||||||
Gtest_trace_LDADD=$(LIBUNWIND) $(LIBUNWIND_local)
|
Gtest_trace_LDADD=$(LIBUNWIND) $(LIBUNWIND_local)
|
||||||
Gperf_trace_LDADD = $(LIBUNWIND)
|
Gperf_trace_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||||||
|
|
||||||
Ltest_bt_LDADD = $(LIBUNWIND_local)
|
Ltest_bt_LDADD = $(LIBUNWIND_local)
|
||||||
Ltest_concurrent_LDADD = $(LIBUNWIND_local) -lpthread
|
Ltest_concurrent_LDADD = $(LIBUNWIND_local) -lpthread
|
||||||
|
|
Loading…
Reference in a new issue