* commit 'a6631bb38fbf77415592c10734710df8afa0deab': Enable libunwind for mips.
This commit is contained in:
commit
dc6d9241de
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ libbacktrace_shared_libraries_target := \
|
|||
libgccdemangle \
|
||||
|
||||
# To enable using libunwind on each arch, add it to this list.
|
||||
libunwind_architectures := arm arm64 x86 x86_64
|
||||
libunwind_architectures := arm arm64 mips x86 x86_64
|
||||
|
||||
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),$(libunwind_architectures)))
|
||||
libbacktrace_src_files += \
|
||||
|
|
Loading…
Reference in a new issue