summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@gcc.gnu.org>2000-01-13 15:36:24 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2000-01-13 15:36:24 +0000
commit7441a352713e009a3b87ccf4c31fb993873e32a1 (patch)
tree0d6a3ccf2c8d664801ec487597931930db4d4a04 /gcc/acconfig.h
parent7f7680a9a44a63da78f064d41660db2b57460187 (diff)
downloadgcc-7441a352713e009a3b87ccf4c31fb993873e32a1.tar.gz
configure.in (--enable-new-gxx-abi): New option.
* configure.in (--enable-new-gxx-abi): New option. * acconfig.h (ENABLE_NEW_GXX_ABI): New define. * Makefile.in (GXX_ABI_FLAG): New variable. * configure: Regenerate. From-SVN: r31387
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index a6bd6ce78fb..f52eddf8b84 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -4,6 +4,9 @@
/* Define if printf supports "%p". */
#undef HAVE_PRINTF_PTR
+/* Define if you want to always select the new-abi for g++. */
+#undef ENABLE_NEW_GXX_ABI
+
/* Define if you want more run-time sanity checks. This one gets a grab
bag of miscellaneous but relatively cheap checks. */
#undef ENABLE_CHECKING