comparison src/m/mips.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 6c044c8796dd
children ba4e01f3dcd1
comparison
equal deleted inserted replaced
3325:4e23ef20e03c 3326:84fa80cf7087
82 #define LOAD_AVE_TYPE long 82 #define LOAD_AVE_TYPE long
83 83
84 /* Convert that into an integer that is 100 for a load average of 1.0 */ 84 /* Convert that into an integer that is 100 for a load average of 1.0 */
85 85
86 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0) 86 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / 256.0)
87
88 /* CDC EP/IX 1.4.3 uses /unix */
89
90 #undef KERNEL_FILE
91 #define KERNEL_FILE "/unix"
87 92
88 /* Define CANNOT_DUMP on machines where unexec does not work. 93 /* Define CANNOT_DUMP on machines where unexec does not work.
89 Then the function dump-emacs will not be defined 94 Then the function dump-emacs will not be defined
90 and temacs will do (load "loadup") automatically unless told otherwise. */ 95 and temacs will do (load "loadup") automatically unless told otherwise. */
91 96