summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-20 15:58:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-20 15:59:09 +0200
commitc17f01753ce94e9f57d6e4a2763152240fbcd50a (patch)
treea1cee90b622d527da727411129f4a0876ebaad60 /config_host
parent41de10f5fd181dc45b487d2ac29cd2b4fbb34710 (diff)
...and similarly for __cxa_allocate_exception and __cxa_throw
Change-Id: I87ae299aac97180f0587c553d85b051decca155c
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_gcc.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_gcc.h.in b/config_host/config_gcc.h.in
index 4376877e2b1d..c9571794d01e 100644
--- a/config_host/config_gcc.h.in
+++ b/config_host/config_gcc.h.in
@@ -10,7 +10,9 @@
#ifndef CONFIG_GCC_H
#define CONFIG_GCC_H
+#define HAVE_GCC_CXXABI_H_CXA_ALLOCATE_EXCEPTION 0
#define HAVE_GCC_CXXABI_H_CXA_GET_GLOBALS 0
+#define HAVE_GCC_CXXABI_H_CXA_THROW 0
#endif