comparison src/m/convex.h @ 8084:6746cdbec82b

Add commented-out code.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 Jun 1994 15:26:29 +0000
parents 4f81ed3b48ba
children 191acacfa1ec
comparison
equal deleted inserted replaced
8083:dc62b2daf48e 8084:6746cdbec82b
180 /* Tested for both Convex C and GNUC by d.m.cooke@larc.nasa.gov. */ 180 /* Tested for both Convex C and GNUC by d.m.cooke@larc.nasa.gov. */
181 #define LIBS_MACHINE -lC2 181 #define LIBS_MACHINE -lC2
182 182
183 /* Avoid error in getloadavg.c. */ 183 /* Avoid error in getloadavg.c. */
184 #define NLIST_NAME_UNION 1 184 #define NLIST_NAME_UNION 1
185
186 #if 0 /* This is supposed to be an improvement.
187 It would be good for people to try enabling this code
188 and report the results. */
189 /* gcc -nostdlib prevents some math symbols from being included.
190 So we have to use -nostartfiles instead. */
191 #define LINKER $(CC) -nostartfiles
192
193 #define ORDINARY_LINK
194
195 #undef LD_SWITCH_MACHINE
196 #define LD_SWITCH_MACHINE \
197 -L /usr/lib \
198 '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema'
199 #endif