aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-01-28 23:13:40 +0000
committerDave Love2000-01-28 23:13:40 +0000
commitf5e4afd3aa6b35b6461fcac12dacccb873ed8d57 (patch)
tree03c90cbeb311b247c9932d2232a94c21c1de053f /src
parentf2f4685aca099ea1553746c2c6ca6bdc9da12f17 (diff)
downloademacs-f5e4afd3aa6b35b6461fcac12dacccb873ed8d57.tar.gz
emacs-f5e4afd3aa6b35b6461fcac12dacccb873ed8d57.zip
Revert last change after change to irix5-0.h.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix6-5.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index e41347d4d73..6a533435fef 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -2,12 +2,6 @@
2#define IRIX6_5 2#define IRIX6_5
3#include "irix5-0.h" 3#include "irix5-0.h"
4 4
5/* David Starks-Browning <starksb@ebi.ac.uk> reports this is necessary
6 for building Emacs on IRIX64 6.5 IP27 mips with GCC 2.95.2. */
7#if __GNUC__ && __GNUC_MINOR__ >= 95
8#undef LD_SWITCH_SYSTEM
9#endif
10
11/* Irix 6 tries to do 64 bits, but doesn't do it fully, 5/* Irix 6 tries to do 64 bits, but doesn't do it fully,
12 so inhibit that. */ 6 so inhibit that. */
13#define IRIX_FORCE_32_BITS 7#define IRIX_FORCE_32_BITS
@@ -33,10 +27,12 @@
33#undef C_DEBUG_SWITCH 27#undef C_DEBUG_SWITCH
34#define C_DEBUG_SWITCH -g 28#define C_DEBUG_SWITCH -g
35#else 29#else
36/* Optimize, inaccurate debugging. This should also be applicable 30/* Optimize, inaccurate debugging, increase limit on size of what's
37 other than on Irix 6.5, but I don't know for which compiler 31 optimized.
38 versions. -- fx */ 32
39#define C_DEBUG_SWITCH -g3 -O 33 This should also be applicable other than on Irix 6.5, but I don't
34 know for which compiler versions. -- fx */
35#define C_DEBUG_SWITCH -g3 -O -OPT:Olimit=3500
40#endif 36#endif
41 37
42#undef SA_RESTART 38#undef SA_RESTART