Mercurial > hg > xemacs-beta
comparison src/s/irix6-0.h @ 62:28a7c63c7e1e r19-16-pre6
Import from CVS: tag r19-16-pre6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:59:13 +0200 |
parents | 2e6f5e180fb8 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
61:dd3566f69ebd | 62:28a7c63c7e1e |
---|---|
1 /* Synched up with: FSF 19.31. */ | 1 /* Synched up with: FSF 19.31. */ |
2 | 2 |
3 #include "irix5-3.h" | 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 | |
19 | 4 |
20 /* Irix 6.2 doesn't need -lw */ | 5 /* Irix 6.2 doesn't need -lw */ |
21 #undef NEED_LIBW | 6 #undef NEED_LIBW |
22 | 7 |
23 /* Irix 5 has this defined in inttypes.h, but you can't include | 8 /* Irix 5 has this defined in inttypes.h, but you can't include |