457
|
1 /* news-risc.h is for the "RISC News". */
|
|
2
|
|
3 #include "mips.h"
|
|
4
|
|
5 /* The following line tells the configuration script what sort of
|
|
6 operating system this machine is likely to run.
|
|
7 USUAL-OPSYS="bsd4-3" */
|
|
8
|
|
9 #define LIBS_MACHINE -lmld
|
|
10
|
|
11 #define COFF
|
|
12 #undef LD_SWITCH_MACHINE
|
|
13 #define LD_SWITCH_MACHINE -x -D 800000
|
|
14
|
|
15 /* #define C_OPTIMIZE_SWITCH -O2 */
|
|
16 #define C_OPTIMIZE_SWITCH -O
|
|
17
|
|
18 #define C_DEBUG_SWITCH -g3
|
|
19
|
|
20 #undef TERMINFO
|
3520
|
21
|
|
22 /* We have no mode_t. */
|
|
23 #define NO_MODE_T
|
|
24
|
3819
|
25 /* Don't use the definitions in m/mips.h. */
|
3520
|
26 #undef LINKER
|
3819
|
27 #undef LIBS_MACHINE
|