aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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