diff options
author | Dan Albert <danalbert@google.com> | 2015-04-14 14:42:45 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-04-14 14:42:45 -0700 |
commit | 3e99e662138cc70e211fe67d3c657550f333f81a (patch) | |
tree | 8f92a812dd1e66d28c9e2768924286808e8a2402 /core | |
parent | f37e96e232f7ac3d618526aafcd69705ac7bb3a4 (diff) | |
download | build-3e99e662138cc70e211fe67d3c657550f333f81a.zip build-3e99e662138cc70e211fe67d3c657550f333f81a.tar.gz build-3e99e662138cc70e211fe67d3c657550f333f81a.tar.bz2 |
Don't use libunwindbacktrace for non-ARM.
After fixing the link order here, it seems libunwindbacktrace no
longer works for exception unwinding, but libgcc now does.
Change-Id: Ice79af4b8f234ed6a053ee818b6dec3aa9706c8a
Diffstat (limited to 'core')
-rw-r--r-- | core/cxx_stl_setup.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/cxx_stl_setup.mk b/core/cxx_stl_setup.mk index 7961801..da84bdd 100644 --- a/core/cxx_stl_setup.mk +++ b/core/cxx_stl_setup.mk @@ -68,8 +68,6 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),) else ifeq (arm,$($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)) my_static_libraries += libunwind_llvm - else - my_static_libraries += libunwindbacktrace endif ifeq ($(my_link_type),static) |