changeset 27440:7994f21f53e5

[__GNUC__ && __GNUC_MINOR__ >= 95]: Undef LD_SWITCH_SYSTEM inherited from irix5-0.h.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 26 Jan 2000 13:06:06 +0000
parents 04383325ea14
children 3e7c95e7bec6
files src/s/irix6-5.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix6-5.h	Wed Jan 26 12:02:58 2000 +0000
+++ b/src/s/irix6-5.h	Wed Jan 26 13:06:06 2000 +0000
@@ -2,6 +2,12 @@
 #define IRIX6_5
 #include "irix5-0.h"
 
+/* David Starks-Browning <starksb@ebi.ac.uk> reports this is necessary
+   for building Emacs on IRIX64 6.5 IP27 mips with GCC 2.95.2.  */
+#if __GNUC__ && __GNUC_MINOR__ >= 95
+#undef LD_SWITCH_SYSTEM
+#endif
+
 /* Irix 6 tries to do 64 bits, but doesn't do it fully,
    so inhibit that.  */
 #define IRIX_FORCE_32_BITS