]> git.eshelyaron.com Git - emacs.git/commitdiff
[__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
authorGerd Moellmann <gerd@gnu.org>
Wed, 26 Jan 2000 13:07:11 +0000 (13:07 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 26 Jan 2000 13:07:11 +0000 (13:07 +0000)
LD_SWITCH_SYSTEM inherited from irix5-0.h.

src/ChangeLog
src/s/irix6-5.h

index e92e1dad8094ea31271a775e4db5c801a94ca77b..e2428088cffe5f94c1ddf2863f1a87d7ab72dee0 100644 (file)
@@ -1,5 +1,8 @@
 2000-01-26  Gerd Moellmann  <gerd@gnu.org>
 
+       * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
+       LD_SWITCH_SYSTEM inherited from irix5-0.h.
+
        * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
 
 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
index 8222c91e4f40470e04828fd47b3ba38481079d1b..e41347d4d73fb4a2e61ed5cbf595381ce96051a0 100644 (file)
@@ -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