# HG changeset patch # User Richard M. Stallman # Date 838179526 0 # Node ID d6eb0b865cd222a004936fbec3370c40ca455f46 # Parent 6018e01d4466d9e3ffb9bd117eade30f64628dad [__GNUC__] (C_DEBUG_SWITCH): Define as -g3. diff -r 6018e01d4466 -r d6eb0b865cd2 src/s/irix6-0.h --- a/src/s/irix6-0.h Tue Jul 23 22:36:11 1996 +0000 +++ b/src/s/irix6-0.h Wed Jul 24 03:38:46 1996 +0000 @@ -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