mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 23:27:39 +01:00
Use libtool to build libunwind-ptrace
This commit is contained in:
parent
04c77cced4
commit
201bb8733d
2 changed files with 3 additions and 4 deletions
|
@ -9,15 +9,14 @@ COMMON_SO_LDFLAGS = -XCClinker -nostartfiles
|
|||
lib_LIBRARIES =
|
||||
lib_LTLIBRARIES =
|
||||
if !REMOTE_ONLY
|
||||
lib_LIBRARIES += libunwind-ptrace.a
|
||||
lib_LTLIBRARIES += libunwind.la libunwind-coredump.la
|
||||
lib_LTLIBRARIES += libunwind.la libunwind-coredump.la libunwind-ptrace.la
|
||||
endif
|
||||
|
||||
noinst_HEADERS =
|
||||
noinst_LTLIBRARIES =
|
||||
|
||||
### libunwind-ptrace:
|
||||
libunwind_ptrace_a_SOURCES = \
|
||||
libunwind_ptrace_la_SOURCES = \
|
||||
ptrace/_UPT_elf.c \
|
||||
ptrace/_UPT_accessors.c ptrace/_UPT_access_fpreg.c \
|
||||
ptrace/_UPT_access_mem.c ptrace/_UPT_access_reg.c \
|
||||
|
|
|
@ -121,7 +121,7 @@ Gtest_trace_SOURCES = Gtest-trace.c ident.c
|
|||
Ltest_trace_SOURCES = Ltest-trace.c ident.c
|
||||
|
||||
LIBUNWIND = $(top_builddir)/src/libunwind-$(arch).la
|
||||
LIBUNWIND_ptrace = $(top_builddir)/src/libunwind-ptrace.a
|
||||
LIBUNWIND_ptrace = $(top_builddir)/src/libunwind-ptrace.la
|
||||
LIBUNWIND_coredump = $(top_builddir)/src/libunwind-coredump.la
|
||||
|
||||
if USE_ELF32
|
||||
|
|
Loading…
Reference in a new issue