456
|
1 #include "mips.h"
|
|
2
|
|
3 /* The following line tells the configuration script what sort of
|
|
4 operating system this machine is likely to run.
|
|
5 USUAL-OPSYS="bsd4-2" */
|
|
6
|
|
7 #undef BIG_ENDIAN
|
|
8 #define LIBS_DEBUG
|
|
9
|
|
10 /* This line starts being needed with ultrix 4.0. */
|
|
11 /* You may need to delete it on version 3.1. */
|
|
12 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
|
|
13
|
|
14 /* Supposedly the following will overcome a kernel bug. */
|
|
15 #undef LD_SWITCH_MACHINE
|
|
16 #undef DATA_START
|
|
17 #define DATA_START 0x10000000
|
|
18 #define DATA_SEG_BITS 0x10000000
|
|
19
|
|
20 /* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist
|
|
21 on defining malloc itself. This should avoid conflicting with it. */
|
|
22 #define SYSTEM_MALLOC
|