diff src/m/mips4.h @ 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 79ea818b6aed
children a211389a145f
line wrap: on
line diff
--- 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