diff options
| author | Jim Blandy | 1993-05-30 21:52:33 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-30 21:52:33 +0000 |
| commit | 96160d2122d68d414fecdeb8418f98476d2c3709 (patch) | |
| tree | 4902f3fa9923b7d130288d06211b546b69a82cfb /src | |
| parent | 60e1b37f9c08a89f9ed75b2d7ee6073103bfd078 (diff) | |
| download | emacs-96160d2122d68d414fecdeb8418f98476d2c3709.tar.gz emacs-96160d2122d68d414fecdeb8418f98476d2c3709.zip | |
* 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/mips.h | 5 | ||||
| -rw-r--r-- | src/m/mips4.h | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/src/m/mips.h b/src/m/mips.h index 6125fc88abd..6bd2aea64d3 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -85,6 +85,11 @@ NOTE-END */ | |||
| 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 | 87 | ||
| 88 | /* CDC EP/IX 1.4.3 uses /unix */ | ||
| 89 | |||
| 90 | #undef KERNEL_FILE | ||
| 91 | #define KERNEL_FILE "/unix" | ||
| 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. */ |
diff --git a/src/m/mips4.h b/src/m/mips4.h index c334905fe2e..dc058c2fca1 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h | |||
| @@ -12,15 +12,15 @@ world. | |||
| 12 | NOTE-END */ | 12 | NOTE-END */ |
| 13 | 13 | ||
| 14 | /* Define MIPS2 if you have an R6000 or R4000. */ | 14 | /* Define MIPS2 if you have an R6000 or R4000. */ |
| 15 | /* #define MIPS2 */ | 15 | #define MIPS2 |
| 16 | 16 | ||
| 17 | #ifdef __GNUC__ | 17 | #ifdef __GNUC__ |
| 18 | #define C_DEBUG_SWITCH -g -O | 18 | #define C_DEBUG_SWITCH -g -O |
| 19 | #else | 19 | #else |
| 20 | #ifdef MIPS2 | 20 | #ifdef MIPS2 |
| 21 | #define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 -mips2 | 21 | #define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 -mips2 |
| 22 | #else | 22 | #else |
| 23 | #define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 | 23 | #define C_DEBUG_SWITCH -DMips -systype bsd43 -g3 -O -Olimit 2000 |
| 24 | #endif | 24 | #endif |
| 25 | #endif | 25 | #endif |
| 26 | 26 | ||
| @@ -29,7 +29,7 @@ NOTE-END */ | |||
| 29 | #endif | 29 | #endif |
| 30 | 30 | ||
| 31 | #define START_FILES pre-crt0.o /lib/crt1.o | 31 | #define START_FILES pre-crt0.o /lib/crt1.o |
| 32 | #define LIB_STANDARD -lmld -lc /lib/crtn.o | 32 | #define LIB_STANDARD -lisode -lmld -lc /lib/crtn.o |
| 33 | 33 | ||
| 34 | 34 | ||
| 35 | #define COFF | 35 | #define COFF |