mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-10-31 23:29:26 +01:00
(LIBUNWIND_local): New macro.
(LIBUNWIND): Mention $(LIBUNWIND_local). (test_setjmp_LDADD): Likewise. (ia64_teset_setjmp_LDADD): Likewise. (Logical change 1.290)
This commit is contained in:
parent
e12a996051
commit
f60827dc5c
1 changed files with 4 additions and 3 deletions
|
@ -16,6 +16,7 @@ if REMOTE_ONLY
|
|||
perf:
|
||||
|
||||
else
|
||||
LIBUNWIND_local = ../src/libunwind.la
|
||||
if ARCH_IA64
|
||||
noinst_PROGRAMS_arch = ia64-test-dyn1
|
||||
check_SCRIPTS_arch = run-ia64-test-dyn1
|
||||
|
@ -79,11 +80,11 @@ Gtest_bt_SOURCES = Gtest-bt.c ident.c
|
|||
Ltest_bt_SOURCES = Ltest-bt.c ident.c
|
||||
test_ptrace_misc_SOURCES = test-ptrace-misc.c ident.c
|
||||
|
||||
LIBUNWIND = ../src/libunwind-$(arch).la
|
||||
LIBUNWIND = ../src/libunwind-$(arch).la $(LIBUNWIND_local)
|
||||
LDADD = $(LIBUNWIND)
|
||||
|
||||
test_setjmp_LDADD = ../src/libunwind-setjmp.la
|
||||
ia64_test_setjmp_LDADD = ../src/libunwind-setjmp.la
|
||||
test_setjmp_LDADD = ../src/libunwind-setjmp.la $(LIBUNWIND_local)
|
||||
ia64_test_setjmp_LDADD = ../src/libunwind-setjmp.la $(LIBUNWIND_local)
|
||||
test_ptrace_LDADD = ../src/libunwind-ptrace.a $(LIBUNWIND)
|
||||
Ltest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
|
|
Loading…
Reference in a new issue