53 lines
2.4 KiB
Diff
53 lines
2.4 KiB
Diff
|
--- tests/Makefile.am
|
||
|
+++ tests/Makefile.am
|
||
|
@@ -82,14 +82,20 @@
|
||
|
|
||
|
Lia64_test_readonly_SOURCES = Lia64-test-readonly.c ia64-test-readonly-asm.S
|
||
|
Gia64_test_readonly_SOURCES = Gia64-test-readonly.c ia64-test-readonly-asm.S
|
||
|
+ia64_test_sig_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
+Gia64_test_sig_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
+Gia64_test_readonly_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
Lia64_test_stack_SOURCES = Lia64-test-stack.c ia64-test-stack-asm.S \
|
||
|
ia64-test-stack.h
|
||
|
Gia64_test_stack_SOURCES = Gia64-test-stack.c ia64-test-stack-asm.S \
|
||
|
ia64-test-stack.h
|
||
|
+Gia64_test_stack_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
Lia64_test_rbs_SOURCES = Lia64-test-rbs.c ia64-test-rbs-asm.S ia64-test-rbs.h
|
||
|
Gia64_test_rbs_SOURCES = Gia64-test-rbs.c ia64-test-rbs-asm.S ia64-test-rbs.h
|
||
|
+Gia64_test_rbs_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
Lia64_test_nat_SOURCES = Lia64-test-nat.c ia64-test-nat-asm.S
|
||
|
Gia64_test_nat_SOURCES = Gia64-test-nat.c ia64-test-nat-asm.S
|
||
|
+Gia64_test_nat_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
ia64_test_dyn1_SOURCES = ia64-test-dyn1.c ia64-dyn-asm.S flush-cache.S
|
||
|
ppc64_test_altivec_SOURCES = ppc64-test-altivec.c ppc64-test-altivec-utils.c
|
||
|
ppc64_test_wchar_SOURCES = ppc64-test-wchar.c
|
||
|
@@ -128,8 +134,8 @@
|
||
|
|
||
|
test_async_sig_LDADD = $(LIBUNWIND_local) -lpthread
|
||
|
test_flush_cache_LDADD = $(LIBUNWIND_local)
|
||
|
-test_init_remote_LDADD = $(LIBUNWIND)
|
||
|
-test_mem_LDADD = $(LIBUNWIND)
|
||
|
+test_init_remote_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
+test_mem_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
test_ptrace_LDADD = $(LIBUNWIND_ptrace) $(LIBUNWIND)
|
||
|
test_proc_info_LDADD = $(LIBUNWIND)
|
||
|
test_static_link_LDADD = $(LIBUNWIND)
|
||
|
@@ -137,12 +143,12 @@
|
||
|
rs_race_LDADD = $(LIBUNWIND) -lpthread
|
||
|
test_varargs_LDADD = @BACKTRACELIB@
|
||
|
|
||
|
-Gtest_bt_LDADD = $(LIBUNWIND)
|
||
|
-Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||
|
+Gtest_bt_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
+Gtest_concurrent_LDADD = $(LIBUNWIND) $(LIBUNWIND_local) -lpthread
|
||
|
Gtest_dyn1_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
-Gtest_exc_LDADD = $(LIBUNWIND)
|
||
|
-Gtest_init_LDADD = $(LIBUNWIND)
|
||
|
-Gtest_resume_sig_LDADD = $(LIBUNWIND)
|
||
|
+Gtest_exc_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
+Gtest_init_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
+Gtest_resume_sig_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
Gperf_simple_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
Gtest_trace_LDADD=$(LIBUNWIND) $(LIBUNWIND_local)
|
||
|
Gperf_trace_LDADD = $(LIBUNWIND) $(LIBUNWIND_local)
|