diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-12-19 18:20:48 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-12-19 18:20:48 +0000 |
| commit | cd3d9d6c3c43687b360a7fce1b5e1603ac667894 (patch) | |
| tree | 5718852c541447211c05cf9b56f24caac7f163be /gnu | |
| parent | 7ef1ca2758c4c51b08b190024161903f25dda8ba (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 175d72a64f453..86493965b1d6d 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -370,7 +370,7 @@ 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 DEFAULT_USE_CXA_ATEXIT 1 /* Define if you want the C and C++ compilers to support multibyte character sets for source code. */ |
