diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/midipix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/midipix.h b/gcc/config/i386/midipix.h index 297506430..304735a20 100644 --- a/gcc/config/i386/midipix.h +++ b/gcc/config/i386/midipix.h @@ -352,6 +352,9 @@ #undef LIBGCC2_HAS_TF_MODE #define LIBGCC2_HAS_TF_MODE (1) +#undef DO_GLOBAL_DTORS_BODY +#define DO_GLOBAL_DTORS_BODY (void)0 + /* source compatibility: seh prototypes */ extern void midipix_seh_hook__pe_seh_init(FILE *); |