Mercurial > emacs
changeset 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 | 2505f1f45d68 |
children | 512f33c6eec6 |
files | src/m/pmax.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/pmax.h Fri Jun 21 20:41:59 2002 +0000 +++ b/src/m/pmax.h Fri Jun 21 20:54:44 2002 +0000 @@ -10,7 +10,9 @@ The operating system would be either osf1, ultrix, or NetBSD. NOTE-END */ +#ifndef __MIPSEB__ #undef WORDS_BIG_ENDIAN +#endif #undef LIB_STANDARD #undef START_FILES #undef COFF @@ -29,6 +31,7 @@ #if defined (__NetBSD__) || defined (__OpenBSD__) #undef START_FILES +#define START_FILES pre-crt0.o /usr/lib/crt0.o #undef RUN_TIME_REMAP #undef UNEXEC #define UNEXEC unexelf.o