From: Richard M. Stallman Date: Wed, 24 Jul 1996 03:38:46 +0000 (+0000) Subject: [__GNUC__] (C_DEBUG_SWITCH): Define as -g3. X-Git-Tag: emacs-19.34~85 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26507191c41aaafdb45b360dde6b4dd070746e14;p=emacs.git [__GNUC__] (C_DEBUG_SWITCH): Define as -g3. --- diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index 69f4d6ea78e..31adffd55d3 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h @@ -15,4 +15,11 @@ #undef C_SWITCH_SYSTEM #endif +/* The only supported configuration of GCC under IRIX6.x produces + n32 MIPS ABI binaries and also supports -g. */ +#ifdef __GNUC__ +#undef C_DEBUG_SWITCH +#define C_DEBUG_SWITCH -g +#endif + #undef SA_RESTART