diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/mips4.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/m/mips4.h b/src/m/mips4.h index dc058c2fca1..f0cfd436111 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h | |||
| @@ -11,8 +11,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 | #if 0 | ||
| 14 | /* Define MIPS2 if you have an R6000 or R4000. */ | 15 | /* Define MIPS2 if you have an R6000 or R4000. */ |
| 15 | #define MIPS2 | 16 | #define MIPS2 |
| 17 | #endif | ||
| 16 | 18 | ||
| 17 | #ifdef __GNUC__ | 19 | #ifdef __GNUC__ |
| 18 | #define C_DEBUG_SWITCH -g -O | 20 | #define C_DEBUG_SWITCH -g -O |
| @@ -29,7 +31,9 @@ NOTE-END */ | |||
| 29 | #endif | 31 | #endif |
| 30 | 32 | ||
| 31 | #define START_FILES pre-crt0.o /lib/crt1.o | 33 | #define START_FILES pre-crt0.o /lib/crt1.o |
| 32 | #define LIB_STANDARD -lisode -lmld -lc /lib/crtn.o | 34 | /* Used to have -lisode, but jlp@math.byu.edu says remove it |
| 35 | (for RISCOS 4.52). */ | ||
| 36 | #define LIB_STANDARD -lmld -lc /lib/crtn.o | ||
| 33 | 37 | ||
| 34 | 38 | ||
| 35 | #define COFF | 39 | #define COFF |