]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment about gcc -g.
authorDave Love <fx@gnu.org>
Tue, 15 Aug 2000 09:17:23 +0000 (09:17 +0000)
committerDave Love <fx@gnu.org>
Tue, 15 Aug 2000 09:17:23 +0000 (09:17 +0000)
src/s/irix5-0.h

index 6dba04eee6e4ee7aa8aa75d73783c0fa2b7903e2..4b5ec36396ec5791ec636109ecd00b0af3e4caf0 100644 (file)
@@ -109,8 +109,10 @@ char *_getpty();
 #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