changeset 3326:84fa80cf7087

* m/mips.h (KERNEL_FILE): Set this to "/unix". * m/mips4.h (MIPS2): Go ahead and define this. (C_DEBUG_SWITCH): Add -DMips and -g3, and up Olimit to 2000.
author Jim Blandy <jimb@redhat.com>
date Sun, 30 May 1993 21:52:33 +0000
parents 4e23ef20e03c
children e533aed58919
files src/m/mips.h src/m/mips4.h
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/mips.h	Sun May 30 21:46:11 1993 +0000
+++ b/src/m/mips.h	Sun May 30 21:52:33 1993 +0000
@@ -85,6 +85,11 @@
 
 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0)
 
+/* CDC EP/IX 1.4.3 uses /unix */
+
+#undef KERNEL_FILE
+#define KERNEL_FILE "/unix"
+
 /* Define CANNOT_DUMP on machines where unexec does not work.
    Then the function dump-emacs will not be defined
    and temacs will do (load "loadup") automatically unless told otherwise.  */
--- a/src/m/mips4.h	Sun May 30 21:46:11 1993 +0000
+++ b/src/m/mips4.h	Sun May 30 21:52:33 1993 +0000
@@ -12,15 +12,15 @@
 NOTE-END  */
 
 /* Define MIPS2 if you have an R6000 or R4000.  */
-/* #define MIPS2 */
+#define MIPS2
 
 #ifdef __GNUC__
 #define C_DEBUG_SWITCH -g -O
 #else
 #ifdef MIPS2
-#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 -mips2
+#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 -mips2
 #else
-#define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3
+#define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000
 #endif
 #endif
 
@@ -29,7 +29,7 @@
 #endif
 
 #define START_FILES pre-crt0.o /lib/crt1.o
-#define LIB_STANDARD -lmld -lc /lib/crtn.o
+#define LIB_STANDARD -lisode -lmld -lc /lib/crtn.o
 
 
 #define COFF