Mercurial > emacs
changeset 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 | 6018e01d4466 |
children | c96cee4f8be8 |
files | src/s/irix6-0.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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