summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-25 20:52:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-26 08:57:08 +0100
commit069506bcb0ee4005b01c22095ed427b96b553c98 (patch)
tree96e05c9acb45071dbde1fff19bbef4c587487994 /config_host
parent128deeae81a6f802bfb79b8f0fa8c4b10729f7db (diff)
Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exception
Change-Id: I467341da4bccb3afb82518b444cd101b3cdaacc9
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_cxxabi.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_cxxabi.h.in b/config_host/config_cxxabi.h.in
index e3bb801d0469..09bf8ab6bc18 100644
--- a/config_host/config_cxxabi.h.in
+++ b/config_host/config_cxxabi.h.in
@@ -11,6 +11,8 @@
#define CONFIG_CXXABI_H
#define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 0
+#define HAVE_CXXABI_H_CXA_EH_GLOBALS 0
+#define HAVE_CXXABI_H_CXA_EXCEPTION 0
#define HAVE_CXXABI_H_CXA_GET_GLOBALS 0
#define HAVE_CXXABI_H_CXA_THROW 0