# HG changeset patch # User Dave Love # Date 966331043 0 # Node ID aa88a7cfdb11d505d113793ae357d2fd72295061 # Parent 993826f9dbad6b6e9444267e596255f9b00e011e Comment about gcc -g. diff -r 993826f9dbad -r aa88a7cfdb11 src/s/irix5-0.h --- 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