diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-13 15:36:24 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-13 15:36:24 +0000 |
commit | 2828fac44d47919504c4f5c47466a8fc94959bc5 (patch) | |
tree | 0d6a3ccf2c8d664801ec487597931930db4d4a04 /gcc/acconfig.h | |
parent | 4a6a7d073eddcd3546d54ab212b857b0afd58752 (diff) | |
download | gcc-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.h | 3 |
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 |