comparison src/s/irix6-0.h @ 15777:d6eb0b865cd2

[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Jul 1996 03:38:46 +0000
parents bfaf5fb2a22c
children 907b62ddf042
comparison
equal deleted inserted replaced
15776:6018e01d4466 15777:d6eb0b865cd2
13 on Irix 6. So get rid of it except in Makefile.in where we need it. */ 13 on Irix 6. So get rid of it except in Makefile.in where we need it. */
14 #ifndef THIS_IS_MAKEFILE 14 #ifndef THIS_IS_MAKEFILE
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