Mercurial > hg > xemacs-beta
comparison src/m/iris4d.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 28a7c63c7e1e |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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 | |
121 #define LIBS_DEBUG | 122 #define LIBS_DEBUG |
122 | 123 |
123 /* Define this if you have a fairly recent system, | 124 /* Define this if you have a fairly recent system, |
124 in which crt1.o and crt1.n should be used. */ | 125 in which crt1.o and crt1.n should be used. */ |
125 #define HAVE_CRTN | 126 #define HAVE_CRTN |
149 | 150 |
150 /* Define STACK_DIRECTION for alloca.c */ | 151 /* Define STACK_DIRECTION for alloca.c */ |
151 | 152 |
152 #undef STACK_DIRECTION | 153 #undef STACK_DIRECTION |
153 #define STACK_DIRECTION -1 | 154 #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__ */ |