From: Pavel Janík Date: Fri, 21 Jun 2002 20:54:44 +0000 (+0000) Subject: (START_FILES): Define START_FILES for NetBSD and X-Git-Tag: ttn-vms-21-2-B4~14495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e2702a636ae7bf45a493a134c56ec3927c83828;p=emacs.git (START_FILES): Define START_FILES for NetBSD and OpenBSD. Add support for mipseb-*-netbsd* machines. --- diff --git a/src/m/pmax.h b/src/m/pmax.h index c04bfae6331..7cf01f79c41 100644 --- a/src/m/pmax.h +++ b/src/m/pmax.h @@ -10,7 +10,9 @@ NOTE-START 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 @@ NOTE-END */ #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