]> git.eshelyaron.com Git - emacs.git/commitdiff
[__GNUC__] (C_DEBUG_SWITCH): Define as -g3.
authorRichard M. Stallman <rms@gnu.org>
Wed, 24 Jul 1996 03:38:46 +0000 (03:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 24 Jul 1996 03:38:46 +0000 (03:38 +0000)
src/s/irix6-0.h

index 69f4d6ea78e05bc4ff2d0b027f01af4672f2898e..31adffd55d3cc3ae43197c3fa8a5d183132299ee 100644 (file)
 #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