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
|