0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 #include "irix5-3.h"
|
|
4
|
|
5 /* Irix 6 tries to do 64 bits, but doesn't do it fully,
|
|
6 so inhibit that. */
|
|
7 #define IRIX_FORCE_32_BITS
|
|
8
|
|
9 #ifndef __GNUC__
|
|
10 #define LD_SWITCH_SYSTEM -32
|
|
11 #endif
|
|
12
|
|
13 /* This macro definition, which we inherited from irix5-0.h,
|
|
14 is needed in configure on Irix 5, but gets in the way there
|
|
15 on Irix 6. So get rid of it except in Makefile.in where we need it. */
|
|
16 #ifndef THIS_IS_MAKEFILE
|
|
17 #undef C_SWITCH_SYSTEM
|
|
18 #endif
|
32
|
19
|
|
20 /* Irix 6.2 doesn't need -lw */
|
|
21 #undef NEED_LIBW
|
58
|
22
|
|
23 /* Irix 5 has this defined in inttypes.h, but you can't include
|
|
24 * both inttypes.h and sys/types.h. This is fixed by Irix 6.2.
|
|
25 * This should probably be set by configure.
|
|
26 */
|
|
27 #define HAVE_UINTPTR_T 1
|
60
|
28
|
|
29 /* R. Cognot 09/24/97
|
|
30 * This may be needed for other ABIs, but at least I'm sure it is
|
|
31 * is needed on n32, as purify reports UMRs in siglongjmp and
|
|
32 * xemacs dumps core every once in a while...
|
|
33 */
|
|
34 #if (_MIPS_SIM==_MIPS_SIM_ABIN32)
|
|
35 #undef HAVE_SIGSETJMP
|
|
36 #endif
|