changeset 8610:0c4d14af9e65

[__GNUC__] (LD_SWITCH_SYSTEM): Defined.
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Aug 1994 19:40:30 +0000
parents 145a583d9128
children 65a058371675
files src/s/irix5-0.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix5-0.h	Wed Aug 24 06:28:41 1994 +0000
+++ b/src/s/irix5-0.h	Wed Aug 24 19:40:30 1994 +0000
@@ -95,3 +95,10 @@
 
 /* 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