annotate src/s/irix6-0.h @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 376386a54a3c
children 8b0bdfdf0cf0
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
32
e04119814345 Import from CVS: tag r19-15b99
cvs
parents: 0
diff changeset
19
e04119814345 Import from CVS: tag r19-15b99
cvs
parents: 0
diff changeset
20 /* Irix 6.2 doesn't need -lw */
e04119814345 Import from CVS: tag r19-15b99
cvs
parents: 0
diff changeset
21 #undef NEED_LIBW