From 7441a352713e009a3b87ccf4c31fb993873e32a1 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Thu, 13 Jan 2000 15:36:24 +0000 Subject: 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 --- gcc/acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/acconfig.h') 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 -- cgit v1.2.1