Mercurial > hg > xemacs-beta
comparison src/s/irix6-0.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | fe104dbd9147 |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
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 | 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 | |
20 /* Irix 6.2 doesn't need -lw */ | 5 /* Irix 6.2 doesn't need -lw */ |
21 #undef NEED_LIBW | 6 #undef NEED_LIBW |