# HG changeset patch # User Gerd Moellmann # Date 948891966 0 # Node ID 7994f21f53e577b948395f500c611d7b4f88ab17 # Parent 04383325ea14d5097f6bc09e5841b890afdd5bd7 [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef LD_SWITCH_SYSTEM inherited from irix5-0.h. diff -r 04383325ea14 -r 7994f21f53e5 src/s/irix6-5.h --- 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 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