diff src/s/irix5-0.h @ 30797:aa88a7cfdb11

Comment about gcc -g.
author Dave Love <fx@gnu.org>
date Tue, 15 Aug 2000 09:17:23 +0000
parents ddad63427df2
children f3dc37a3c26a
line wrap: on
line diff
--- a/src/s/irix5-0.h	Tue Aug 15 08:26:43 2000 +0000
+++ b/src/s/irix5-0.h	Tue Aug 15 09:17:23 2000 +0000
@@ -109,8 +109,10 @@
 #endif
 #endif
 
-/* -g does not work on Irix, and since gcc warns if you use it,
-   turn off the warning.  */
+/* -g used not to work on Irix unless you used gas, and since gcc
+   warns if you use it, turn off the warning.  */
+/* -g does now work, at least on recent Irix 6 versions with gcc 2.95;
+    I'm not sure about Irix 5 -- fx  */
 #ifdef __GNUC__
 #define C_DEBUG_SWITCH
 #endif