comparison src/m/iris4d.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 376386a54a3c
children 131b0175ea99
comparison
equal deleted inserted replaced
61:dd3566f69ebd 62:28a7c63c7e1e
116 #define DATA_START 0x10000000 116 #define DATA_START 0x10000000
117 #define DATA_SEG_BITS 0x10000000 117 #define DATA_SEG_BITS 0x10000000
118 118
119 #undef LIBS_MACHINE 119 #undef LIBS_MACHINE
120 /* -lsun in case using Yellow Pages for passwords. */ 120 /* -lsun in case using Yellow Pages for passwords. */
121 #define LIBS_MACHINE -lmld
122 #define LIBS_DEBUG 121 #define LIBS_DEBUG
123 122
124 /* Define this if you have a fairly recent system, 123 /* Define this if you have a fairly recent system,
125 in which crt1.o and crt1.n should be used. */ 124 in which crt1.o and crt1.n should be used. */
126 #define HAVE_CRTN 125 #define HAVE_CRTN
150 149
151 /* Define STACK_DIRECTION for alloca.c */ 150 /* Define STACK_DIRECTION for alloca.c */
152 151
153 #undef STACK_DIRECTION 152 #undef STACK_DIRECTION
154 #define STACK_DIRECTION -1 153 #define STACK_DIRECTION -1
155
156 #ifndef __GNUC__
157 /* Turn off some "helpful" error checks for type mismatches
158 that we can't fix without breaking other machines. */
159 #ifdef IRIX_FORCE_32_BITS
160 #ifdef THIS_IS_MAKEFILE
161 #define C_SWITCH_MACHINE -32
162 #endif
163 #endif /* IRIX_FORCE_32_BITS */
164 #endif /* not __GNUC__ */