diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-26 13:07:11 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-26 13:07:11 +0000 |
commit | fc3cb4607cc17f0a465bb15dd492c58cccac080c (patch) | |
tree | 2e4431e4d8bc754f3b04bea08bf1630e854c57c5 /src/s/irix6-5.h | |
parent | 9e49c9901e45251a12d8248961856f2ced369729 (diff) | |
download | emacs-fc3cb4607cc17f0a465bb15dd492c58cccac080c.tar.gz |
[__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
LD_SWITCH_SYSTEM inherited from irix5-0.h.
Diffstat (limited to 'src/s/irix6-5.h')
-rw-r--r-- | src/s/irix6-5.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 8222c91e4f4..e41347d4d73 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h @@ -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 |