summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-13 15:36:24 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-13 15:36:24 +0000
commit2828fac44d47919504c4f5c47466a8fc94959bc5 (patch)
tree0d6a3ccf2c8d664801ec487597931930db4d4a04 /gcc/acconfig.h
parent4a6a7d073eddcd3546d54ab212b857b0afd58752 (diff)
downloadgcc-2828fac44d47919504c4f5c47466a8fc94959bc5.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31387 138bc75d-0d04-0410-961f-82ee72b054a4
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