comparison src/m/hp9000s300.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children a86b2b5e0111
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
75 /* #define VIRT_ADDR_VARIES */ 75 /* #define VIRT_ADDR_VARIES */
76 76
77 /* XEmacs: Richard Cognot <cognot@ensg.u-nancy.fr> says we need this for 77 /* XEmacs: Richard Cognot <cognot@ensg.u-nancy.fr> says we need this for
78 HPUX; but eeide@asylum.cs.utah.edu (Eric Eide) says it loses on BSD. */ 78 HPUX; but eeide@asylum.cs.utah.edu (Eric Eide) says it loses on BSD. */
79 #ifndef BSD 79 #ifndef BSD
80 # define UNEXEC unexhp9k3.o 80 # define UNEXEC "unexhp9k3.o"
81 #endif 81 #endif
82 82
83 83
84 /* For University of Utah 4.3bsd implementation on HP300s. 84 /* For University of Utah 4.3bsd implementation on HP300s.
85 The #ifndef __GNUC__ definitions are required for the "standard" cc, 85 The #ifndef __GNUC__ definitions are required for the "standard" cc,
128 #endif 128 #endif
129 129
130 /* This library is needed with -g, on the 200/300 only. */ 130 /* This library is needed with -g, on the 200/300 only. */
131 131
132 #if !defined(__GNUC__) || defined(__HPUX_ASM__) 132 #if !defined(__GNUC__) || defined(__HPUX_ASM__)
133 #define LIBS_DEBUG /usr/lib/end.o 133 #define LIBS_DEBUG "/usr/lib/end.o"
134 #endif 134 #endif
135 135
136 /* Need a TEXT_START. On the HP9000/s300 that is 0. */ 136 /* Need a TEXT_START. On the HP9000/s300 that is 0. */
137 #ifdef __GNUC__ 137 #ifdef __GNUC__
138 #define TEXT_START 0 138 #define TEXT_START 0
164 /* These switches increase the size of some internal C compiler tables. 164 /* These switches increase the size of some internal C compiler tables.
165 They are required for compiling the X11 interface files. */ 165 They are required for compiling the X11 interface files. */
166 166
167 #ifndef HPUX_5 167 #ifndef HPUX_5
168 #ifndef __GNUC__ 168 #ifndef __GNUC__
169 #define C_SWITCH_MACHINE -Wc,-Nd4000,-Ns3000 169 #define C_SWITCH_MACHINE "-Wc,-Nd4000,-Ns3000"
170 #endif 170 #endif
171 #endif 171 #endif
172 172
173 /* Define NEED_BSDTTY if you have such. */ 173 /* Define NEED_BSDTTY if you have such. */
174 174