mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-08 18:33:42 +01:00
Undo parts of 2f9b04e9c2
Linking to local unwind library seems to be unrelated to failures seen earlier.
This commit is contained in:
parent
5f38f35d5d
commit
4dc222cf8a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ Ltest_nomalloc_SOURCES = Ltest-nomalloc.c
|
|||
Gtest_trace_SOURCES = Gtest-trace.c ident.c
|
||||
Ltest_trace_SOURCES = Ltest-trace.c ident.c
|
||||
|
||||
LIBUNWIND = $(top_builddir)/src/libunwind-$(arch).la
|
||||
LIBUNWIND = $(top_builddir)/src/libunwind-$(arch).la $(LIBUNWIND_local)
|
||||
LIBUNWIND_ptrace = $(top_builddir)/src/libunwind-ptrace.a
|
||||
|
||||
if USE_ELF32
|
||||
|
|
Loading…
Reference in a new issue