Mercurial > hg > xemacs-beta
comparison src/s/irix6-0.h @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | e04119814345 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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 |