]> code.delx.au - gnu-emacs/blobdiff - src/m/pmax.h
(gc_cons_threshold): Not static.
[gnu-emacs] / src / m / pmax.h
index c04bfae6331e9cc90f420afd0c61629c8c1e3581..911f84d3c8af8f487b027d1fe74f2f17215b02ae 100644 (file)
@@ -2,15 +2,17 @@
 
 #include "mips.h"
 
-/* The following line tells the configuration script what sort of 
+/* The following line tells the configuration script what sort of
    operating system this machine is likely to run.
-   USUAL-OPSYS="note"  
+   USUAL-OPSYS="note"
 
 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
@@ -102,3 +105,6 @@ NOTE-END  */
 
 /* Enable a fix in process.c.  */
 #define SET_CHILD_PTY_PGRP
+
+/* arch-tag: 45d5070e-d2b7-479f-b336-3fd497c36e15
+   (do not change this comment) */