comparison 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
comparison
equal deleted inserted replaced
3325:4e23ef20e03c 3326:84fa80cf7087
10 Use -opsystem=usg5-2-2 normally, or -opsystem=bsd4-3 with the BSD 10 Use -opsystem=usg5-2-2 normally, or -opsystem=bsd4-3 with the BSD
11 world. 11 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
27 #ifdef TERMINFO 27 #ifdef TERMINFO
28 #undef TERMINFO 28 #undef TERMINFO
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
36 #undef LD_SWITCH_MACHINE 36 #undef LD_SWITCH_MACHINE
37 #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000 37 #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000