Trailing whitespace deleted.
[bpt/emacs.git] / src / m / news-risc.h
1 /* news-risc.h is for the "RISC News". */
2
3 #include "mips.h"
4
5 #ifdef NEWSOS5
6
7 /* NEWS-OS 5.0.2 */
8
9 #define LIBS_MACHINE -lmld
10
11 #ifdef __GNUC__
12 #define LD_SWITCH_MACHINE -g -Xlinker -D -Xlinker 800000
13 #else
14 #define C_DEBUG_SWITCH -g3
15 #define C_OPTIMIZE_SWITCH -g3
16 #define LD_SWITCH_MACHINE -g3 -D 800000 -non_shared
17 #endif
18
19 #else /* not NEWSOS5 */
20
21 /* The following line tells the configuration script what sort of
22 operating system this machine is likely to run.
23 USUAL-OPSYS="bsd4-3" */
24
25 #define COFF
26 #undef LD_SWITCH_MACHINE
27 #ifdef __GNUC__
28 #define LD_SWITCH_MACHINE -Xlinker -x -Xlinker -D -Xlinker 800000
29 #else
30 #define LD_SWITCH_MACHINE -x -D 800000
31 #endif
32
33 /* #define C_OPTIMIZE_SWITCH -O2 */
34 #define C_OPTIMIZE_SWITCH -O
35
36 #ifndef __GNUC__
37 #define C_DEBUG_SWITCH -g3
38 #endif
39
40 #undef TERMINFO
41
42 /* We have no mode_t. */
43 #define NO_MODE_T
44
45 /* Don't use the definitions in m/mips.h. */
46 #undef LINKER
47 #define LINKER $(CC) -nostdlib
48 #undef LIBS_MACHINE
49 #define LIBS_MACHINE -lmld
50
51 #undef KERNEL_FILE
52 #define KERNEL_FILE "/vmunix"
53
54 /* System's malloc, realloc, calloc and so on have bad prototypes,
55 using char * instead of void *, so tell gmalloc not to use the
56 prototypes. */
57 #define BROKEN_PROTOTYPES
58
59 #endif /* not NEWSOS5 */