]> git.eshelyaron.com Git - emacs.git/commitdiff
(START_FILES): Define START_FILES for NetBSD and
authorPavel Janík <Pavel@Janik.cz>
Fri, 21 Jun 2002 20:54:44 +0000 (20:54 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 21 Jun 2002 20:54:44 +0000 (20:54 +0000)
OpenBSD. Add support for mipseb-*-netbsd* machines.

src/m/pmax.h

index c04bfae6331e9cc90f420afd0c61629c8c1e3581..7cf01f79c418f8c7a1d0ce6ac72561ff69883173 100644 (file)
@@ -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