annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 /* Synched up with: FSF 19.31. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 #include "irix5-3.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 /* Irix 6 tries to do 64 bits, but doesn't do it fully,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 so inhibit that. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 #define IRIX_FORCE_32_BITS
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 #ifndef __GNUC__
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 #define LD_SWITCH_SYSTEM -32
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 /* This macro definition, which we inherited from irix5-0.h,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 is needed in configure on Irix 5, but gets in the way there
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 on Irix 6. So get rid of it except in Makefile.in where we need it. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #ifndef THIS_IS_MAKEFILE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #undef C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 #endif