aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-07-24 03:38:46 +0000
committerRichard M. Stallman1996-07-24 03:38:46 +0000
commit26507191c41aaafdb45b360dde6b4dd070746e14 (patch)
tree52d86879e58cbf60344f9053addf3ef3d52f891f /src
parent13de9290cfe58f09713d2b0ccc449b906277dfad (diff)
downloademacs-26507191c41aaafdb45b360dde6b4dd070746e14.tar.gz
emacs-26507191c41aaafdb45b360dde6b4dd070746e14.zip
[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix6-0.h7
1 files changed, 7 insertions, 0 deletions
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 @@
15#undef C_SWITCH_SYSTEM 15#undef C_SWITCH_SYSTEM
16#endif 16#endif
17 17
18/* The only supported configuration of GCC under IRIX6.x produces
19 n32 MIPS ABI binaries and also supports -g. */
20#ifdef __GNUC__
21#undef C_DEBUG_SWITCH
22#define C_DEBUG_SWITCH -g
23#endif
24
18#undef SA_RESTART 25#undef SA_RESTART