From: Dave Love Date: Tue, 15 Aug 2000 09:17:23 +0000 (+0000) Subject: Comment about gcc -g. X-Git-Tag: emacs-pretest-21.0.90~2316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df7c0cb421ea6cd1bd3b7d61130bbd33fbda790c;p=emacs.git Comment about gcc -g. --- diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 6dba04eee6e..4b5ec36396e 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -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