mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(check_PROGRAMS_cdep): Mention Gtest-concurrent and Ltest-concurrent.
(Ltest_concurrent_LDADD): New macro. (Gtest_concurrent_LDADD): Ditto. (Logical change 1.114)
This commit is contained in:
parent
f8c7df3359
commit
00f05d607b
1 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,7 @@ if ARCH_IA64
|
|||
endif
|
||||
check_SCRIPTS_cdep =
|
||||
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
|
||||
Gtest-concurrent Ltest-concurrent \
|
||||
Gtest-resume-sig Ltest-resume-sig \
|
||||
Gtest-dyn1 Ltest-dyn1 \
|
||||
test-flush-cache test-setjmp test-ptrace
|
||||
|
@ -48,6 +49,9 @@ Ltest_init_SOURCES = Ltest-init.cxx
|
|||
Gtest_dyn1_SOURCES = Gtest-dyn1.c flush-cache.S
|
||||
Ltest_dyn1_SOURCES = Ltest-dyn1.c flush-cache.S
|
||||
|
||||
LDADD = ../src/libunwind-$(arch).la
|
||||
LIBUNWIND = ../src/libunwind-$(arch).la
|
||||
LDADD = $(LIBUNWIND)
|
||||
|
||||
test_setjmp_LDADD = ../src/libunwind-setjmp.la
|
||||
Ltest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
|
|
Loading…
Reference in a new issue