diff options
| author | Dave Love | 2000-08-15 09:17:23 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-15 09:17:23 +0000 |
| commit | df7c0cb421ea6cd1bd3b7d61130bbd33fbda790c (patch) | |
| tree | 12f82b910760540c6fab9887ff62eb64d0c4683e /src | |
| parent | 70f1b78ece29ce55303cb10c1f47ec054ce2ecfa (diff) | |
| download | emacs-df7c0cb421ea6cd1bd3b7d61130bbd33fbda790c.tar.gz emacs-df7c0cb421ea6cd1bd3b7d61130bbd33fbda790c.zip | |
Comment about gcc -g.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix5-0.h | 6 |
1 files changed, 4 insertions, 2 deletions
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(); | |||
| 109 | #endif | 109 | #endif |
| 110 | #endif | 110 | #endif |
| 111 | 111 | ||
| 112 | /* -g does not work on Irix, and since gcc warns if you use it, | 112 | /* -g used not to work on Irix unless you used gas, and since gcc |
| 113 | turn off the warning. */ | 113 | warns if you use it, turn off the warning. */ |
| 114 | /* -g does now work, at least on recent Irix 6 versions with gcc 2.95; | ||
| 115 | I'm not sure about Irix 5 -- fx */ | ||
| 114 | #ifdef __GNUC__ | 116 | #ifdef __GNUC__ |
| 115 | #define C_DEBUG_SWITCH | 117 | #define C_DEBUG_SWITCH |
| 116 | #endif | 118 | #endif |