From 2e25f3a6c57335cba50111faceb0ce2ab59e9bcb Mon Sep 17 00:00:00 2001 From: kan Date: Sun, 1 Sep 2002 20:38:57 +0000 Subject: Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 00:00:01 EDT. --- contrib/gcc/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib/gcc/config.in') diff --git a/contrib/gcc/config.in b/contrib/gcc/config.in index 06f9742..ec5be95 100644 --- a/contrib/gcc/config.in +++ b/contrib/gcc/config.in @@ -296,6 +296,12 @@ every opportunity. This is extremely expensive. */ #undef ENABLE_GC_ALWAYS_COLLECT +/* Define if you want to use __cxa_atexit, rather than atexit, to + register C++ destructors for local statics and global objects. + This is essential for fully standards-compliant handling of + destructors, but requires __cxa_atexit in libc. */ +#undef DEFAULT_USE_CXA_ATEXIT + /* Define if you want the C and C++ compilers to support multibyte character sets for source code. */ #undef MULTIBYTE_CHARS -- cgit v1.1