Mercurial > emacs
changeset 30797:aa88a7cfdb11
Comment about gcc -g.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 15 Aug 2000 09:17:23 +0000 |
parents | 993826f9dbad |
children | 8884b93379ef |
files | src/s/irix5-0.h |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
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