diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-07-24 03:38:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-07-24 03:38:46 +0000 |
commit | 43a8a89043d9ed5e2cf3bb229c21456d3d0e37c7 (patch) | |
tree | cb1cc4344478dbb188ed9df741c39d671e7b8435 /src/s | |
parent | 7513e666a14c027c2de13748b1e1290be4017475 (diff) | |
download | emacs-43a8a89043d9ed5e2cf3bb229c21456d3d0e37c7.tar.gz |
[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/irix6-0.h | 7 |
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 @@ #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 |