comparison src/m/sgi-challenge.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents c5d627a313b1
children 697ef44129c6
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
26 26
27 /* The following line tells the configuration script what sort of 27 /* The following line tells the configuration script what sort of
28 operating system this machine is likely to run. 28 operating system this machine is likely to run.
29 USUAL-OPSYS="irix3-3" */ 29 USUAL-OPSYS="irix3-3" */
30 30
31 /* Define WORD_MACHINE if addresses and such have
32 * to be corrected before they can be used as byte counts. */
33
34 #undef WORD_MACHINE
35
36 /* Now define a symbol for the cpu type, if your compiler 31 /* Now define a symbol for the cpu type, if your compiler
37 does not define it automatically: 32 does not define it automatically:
38 Ones defined so far include vax, m68000, ns16000, pyramid, 33 Ones defined so far include vax, m68000, ns16000, pyramid,
39 orion, tahoe, APOLLO and many others */ 34 orion, tahoe, APOLLO and many others */
40 35
51 * SGI makes are the only SGI machines that don't come with sound 46 * SGI makes are the only SGI machines that don't come with sound
52 */ 47 */
53 #ifdef HAVE_NATIVE_SOUND 48 #ifdef HAVE_NATIVE_SOUND
54 #undef HAVE_NATIVE_SOUND 49 #undef HAVE_NATIVE_SOUND
55 #endif 50 #endif
56
57 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
58 the bit field into an int. In other words, if bit fields
59 are always unsigned.
60
61 If you use NO_UNION_TYPE, this flag does not matter. */
62
63 #define EXPLICIT_SIGN_EXTEND
64 51
65 /* Data type of load average, as read out of kmem. */ 52 /* Data type of load average, as read out of kmem. */
66 53
67 #define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */ 54 #define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */
68 55
114 #undef UNEXEC 101 #undef UNEXEC
115 #endif 102 #endif
116 #define UNEXEC "unexelfsgi.o" 103 #define UNEXEC "unexelfsgi.o"
117 104
118 #define TEXT_START 0x400000 105 #define TEXT_START 0x400000
119
120 /*
121 * DATA_SEG_BITS forces that bit to be or'd in with any pointers which
122 * are trying to access pure strings (as gnu-emacs only allows 24 bits
123 * for the value field of a LISP_OBJECT).
124 */
125
126 #define DATA_START 0x10000000 106 #define DATA_START 0x10000000
127 #define DATA_SEG_BITS 0x10000000
128 107
129 #undef LIBS_MACHINE 108 #undef LIBS_MACHINE
130 /* -lsun in case using Yellow Pages for passwords. */ 109 /* -lsun in case using Yellow Pages for passwords. */
131 #define LIBS_DEBUG 110 #define LIBS_DEBUG
132 111