aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/irix5-0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h
index cccbf27c969..434136ba9ce 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -95,7 +95,7 @@ char *_getpty();
95/* Tell process_send_signal to use VSUSP instead of VSWTCH. */ 95/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
96#define PREFER_VSUSP 96#define PREFER_VSUSP
97 97
98/* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must 98/* Because unexsgi.c cannot handle a ".sbss" section yet, we must
99 tell the linker to avoid making one. SGI's cc does this by 99 tell the linker to avoid making one. SGI's cc does this by
100 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ 100 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */
101#ifdef __GNUC__ 101#ifdef __GNUC__