comparison src/s/irix5-0.h @ 8610:0c4d14af9e65

[__GNUC__] (LD_SWITCH_SYSTEM): Defined.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Aug 1994 19:40:30 +0000
parents 39ba97525390
children 3014a91ade7a
comparison
equal deleted inserted replaced
8609:145a583d9128 8610:0c4d14af9e65
93 /* Ulimit(UL_GMEMLIM) is busted... */ 93 /* Ulimit(UL_GMEMLIM) is busted... */
94 #define ULIMIT_BREAK_VALUE 0x14000000 94 #define ULIMIT_BREAK_VALUE 0x14000000
95 95
96 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ 96 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */
97 #define PREFER_VSUSP 97 #define PREFER_VSUSP
98
99 /* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must
100 tell the linker to avoid making one. SGI's cc does this by
101 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */
102 #ifdef __GNUC__
103 #define LD_SWITCH_SYSTEM -G 0
104 #endif