]> code.delx.au - gnu-emacs/commitdiff
[__GNUC__] (LD_SWITCH_SYSTEM): Defined.
authorRichard M. Stallman <rms@gnu.org>
Wed, 24 Aug 1994 19:40:30 +0000 (19:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 24 Aug 1994 19:40:30 +0000 (19:40 +0000)
src/s/irix5-0.h

index d2060f45bd775b0ae0f0f1ff90cdc51556eab750..10f2cfff688ec40b303c3b0918c32bea83580a97 100644 (file)
@@ -95,3 +95,10 @@ char *_getpty();
 
 /* Tell process_send_signal to use VSUSP instead of VSWTCH.  */
 #define PREFER_VSUSP
+
+/* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must
+   tell the linker to avoid making one.  SGI's cc does this by
+   default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */
+#ifdef __GNUC__
+#define LD_SWITCH_SYSTEM -G 0
+#endif