summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-04-08 12:04:51 -0700
committerDan Albert <danalbert@google.com>2014-04-15 10:23:29 -0700
commite085735cbedc82b1064f05ff796e32e906a95036 (patch)
treeeb31ee9d7012974318a2c653e9b6acc29284dabd /include
parent426b4a2074546a3be819110978876163a8f1704c (diff)
downloadlibcxxabi_35a-e085735cbedc82b1064f05ff796e32e906a95036.tar.gz
Gets libcxxabi building for Android
Fixes a few configuration issues in libcxxabi and adds an Android makefile. Change-Id: I247372d87caabe0310bedc4540b68ab2ed1986c1
Diffstat (limited to 'include')
-rw-r--r--include/unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unwind.h b/include/unwind.h
index c5acd93..50e2d4b 100644
--- a/include/unwind.h
+++ b/include/unwind.h
@@ -83,7 +83,7 @@ extern "C" {
//
// The following are the base functions documented by the C++ ABI
//
-#if __arm__
+#if _LIBUNWIND_BUILD_SJLJ_APIS
extern _Unwind_Reason_Code
_Unwind_SjLj_RaiseException(struct _Unwind_Exception *exception_object);
extern void _Unwind_SjLj_Resume(struct _Unwind_Exception *exception_object);