mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 00:30:29 +01:00
Regenerate.
(Logical change 1.187)
This commit is contained in:
parent
2f6778284c
commit
e8be590f3d
1 changed files with 2 additions and 2 deletions
|
@ -165,6 +165,8 @@ 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
|
||||
Lperf_simple_LDADD = $(LIBUNWIND) -lrt
|
||||
Gperf_simple_LDADD = $(LIBUNWIND) -lrt
|
||||
subdir = tests
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/include/config.h
|
||||
|
@ -251,7 +253,6 @@ Gia64_test_stack_DEPENDENCIES = ../src/libunwind-$(arch).la
|
|||
Gia64_test_stack_LDFLAGS =
|
||||
Gperf_simple_SOURCES = Gperf-simple.c
|
||||
Gperf_simple_OBJECTS = Gperf-simple.$(OBJEXT)
|
||||
Gperf_simple_LDADD = $(LDADD)
|
||||
Gperf_simple_DEPENDENCIES = ../src/libunwind-$(arch).la
|
||||
Gperf_simple_LDFLAGS =
|
||||
Gtest_concurrent_SOURCES = Gtest-concurrent.c
|
||||
|
@ -298,7 +299,6 @@ Lia64_test_stack_DEPENDENCIES = ../src/libunwind-$(arch).la
|
|||
Lia64_test_stack_LDFLAGS =
|
||||
Lperf_simple_SOURCES = Lperf-simple.c
|
||||
Lperf_simple_OBJECTS = Lperf-simple.$(OBJEXT)
|
||||
Lperf_simple_LDADD = $(LDADD)
|
||||
Lperf_simple_DEPENDENCIES = ../src/libunwind-$(arch).la
|
||||
Lperf_simple_LDFLAGS =
|
||||
Ltest_concurrent_SOURCES = Ltest-concurrent.c
|
||||
|
|
Loading…
Reference in a new issue