summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-26 08:10:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-26 08:57:09 +0100
commit1e161eb96e4ed72e43c158253069f974fff5b36f (patch)
tree2be871f8b1dfda24803c7f81b0eca48f4f4c4e94 /config_host
parent3d63d0c14b1c86f22f73a80e42b84e0256fdf818 (diff)
Use config_cxxabi.h to check for __*class_type_info
...as needed e.g. when building on Linux with clang -stdlib=libc++ against libc++abi Change-Id: I1f6f5ebcf5410c65453549ecea77581ccdaabc17
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_cxxabi.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config_host/config_cxxabi.h.in b/config_host/config_cxxabi.h.in
index 09bf8ab6bc18..74a226b3eb9f 100644
--- a/config_host/config_cxxabi.h.in
+++ b/config_host/config_cxxabi.h.in
@@ -10,11 +10,15 @@
#ifndef CONFIG_CXXABI_H
#define CONFIG_CXXABI_H
+#define HAVE_CXXABI_H_BASE_CLASS_TYPE_INFO 0
+#define HAVE_CXXABI_H_CLASS_TYPE_INFO 0
#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
+#define HAVE_CXXABI_H_SI_CLASS_TYPE_INFO 0
+#define HAVE_CXXABI_H_VMI_CLASS_TYPE_INFO 0
#endif