comparison src/s/irix5-0.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 538048ae2ab8
children 85ec50267440
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
82 82
83 /* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must 83 /* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must
84 tell the linker to avoid making one. SGI's cc does this by 84 tell the linker to avoid making one. SGI's cc does this by
85 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ 85 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */
86 #ifdef __GNUC__ 86 #ifdef __GNUC__
87 #define LD_SWITCH_SYSTEM -G 0 87 #define LD_SWITCH_SYSTEM "-G 0"
88 #endif 88 #endif
89 89
90 /* define MAIL_USE_FLOCK if the mailer uses flock 90 /* define MAIL_USE_FLOCK if the mailer uses flock
91 to interlock access to /usr/spool/mail/$USER. 91 to interlock access to /usr/spool/mail/$USER.
92 The alternative is that a lock file named 92 The alternative is that a lock file named
95 #define MAIL_USE_FLOCK 95 #define MAIL_USE_FLOCK
96 96
97 /* use K&R C */ 97 /* use K&R C */
98 /* XEmacs change -- use ANSI, not K&R */ 98 /* XEmacs change -- use ANSI, not K&R */
99 #ifndef __GNUC__ 99 #ifndef __GNUC__
100 #define C_SWITCH_SYSTEM -xansi 100 #define C_SWITCH_SYSTEM "-xansi"
101 #endif 101 #endif
102 102
103 /* jackr@engr.sgi.com says that you can't mix different kinds of 103 /* jackr@engr.sgi.com says that you can't mix different kinds of
104 signal-handling functions under IRIX 5.3. I'm going to assume 104 signal-handling functions under IRIX 5.3. I'm going to assume
105 that that was the reason this got broken. Now that the 105 that that was the reason this got broken. Now that the