mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(noinst_PROGRAMS_arch): Move ia64-test-sig to...
(check_PROGRAMS_arch): ...here. Mention ia64-test-setjmp. (ia64_test_setjmp_LDADD): Mention libunwind-setjmp.la. (Logical change 1.259)
This commit is contained in:
parent
9645369110
commit
8f2272c097
1 changed files with 4 additions and 2 deletions
|
@ -17,12 +17,13 @@ perf:
|
|||
|
||||
else
|
||||
if ARCH_IA64
|
||||
noinst_PROGRAMS_arch = ia64-test-sig ia64-test-dyn1
|
||||
noinst_PROGRAMS_arch = ia64-test-dyn1
|
||||
check_SCRIPTS_arch = run-ia64-test-dyn1
|
||||
check_PROGRAMS_arch = Gia64-test-stack Lia64-test-stack \
|
||||
Gia64-test-nat Lia64-test-nat \
|
||||
Gia64-test-rbs Lia64-test-rbs \
|
||||
Gia64-test-readonly Lia64-test-readonly
|
||||
Gia64-test-readonly Lia64-test-readonly \
|
||||
ia64-test-setjmp ia64-test-sig
|
||||
endif
|
||||
check_SCRIPTS_cdep = run-ptrace-mapper
|
||||
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
|
||||
|
@ -77,6 +78,7 @@ LIBUNWIND = ../src/libunwind-$(arch).la
|
|||
LDADD = $(LIBUNWIND)
|
||||
|
||||
test_setjmp_LDADD = ../src/libunwind-setjmp.la
|
||||
ia64_test_setjmp_LDADD = ../src/libunwind-setjmp.la
|
||||
test_ptrace_LDADD = ../src/libunwind-ptrace.a $(LIBUNWIND)
|
||||
Ltest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
|
|
Loading…
Reference in a new issue