From 26507191c41aaafdb45b360dde6b4dd070746e14 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Jul 1996 03:38:46 +0000 Subject: [PATCH] [__GNUC__] (C_DEBUG_SWITCH): Define as -g3. --- src/s/irix6-0.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5