comparison src/m/pmax.h @ 45959:b8ede252555b

(START_FILES): Define START_FILES for NetBSD and OpenBSD. Add support for mipseb-*-netbsd* machines.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 21 Jun 2002 20:54:44 +0000
parents 4be8406ebef9
children 23a1cea22d13
comparison
equal deleted inserted replaced
45958:2505f1f45d68 45959:b8ede252555b
8 8
9 NOTE-START 9 NOTE-START
10 The operating system would be either osf1, ultrix, or NetBSD. 10 The operating system would be either osf1, ultrix, or NetBSD.
11 NOTE-END */ 11 NOTE-END */
12 12
13 #ifndef __MIPSEB__
13 #undef WORDS_BIG_ENDIAN 14 #undef WORDS_BIG_ENDIAN
15 #endif
14 #undef LIB_STANDARD 16 #undef LIB_STANDARD
15 #undef START_FILES 17 #undef START_FILES
16 #undef COFF 18 #undef COFF
17 #undef TERMINFO 19 #undef TERMINFO
18 #define MAIL_USE_FLOCK 20 #define MAIL_USE_FLOCK
27 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o 29 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
28 #endif 30 #endif
29 31
30 #if defined (__NetBSD__) || defined (__OpenBSD__) 32 #if defined (__NetBSD__) || defined (__OpenBSD__)
31 #undef START_FILES 33 #undef START_FILES
34 #define START_FILES pre-crt0.o /usr/lib/crt0.o
32 #undef RUN_TIME_REMAP 35 #undef RUN_TIME_REMAP
33 #undef UNEXEC 36 #undef UNEXEC
34 #define UNEXEC unexelf.o 37 #define UNEXEC unexelf.o
35 #endif /* NetBSD || OpenBSD */ 38 #endif /* NetBSD || OpenBSD */
36 39