Mercurial > hg > xemacs-beta
comparison src/m/news-risc.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 8eaf7971accc |
children |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
7 #ifdef NEWSOS5 | 7 #ifdef NEWSOS5 |
8 | 8 |
9 /* NEWS-OS 5.0.2 */ | 9 /* NEWS-OS 5.0.2 */ |
10 | 10 |
11 #undef LIBS_MACHINE | 11 #undef LIBS_MACHINE |
12 /* #define LIBS_MACHINE "-lmld" */ /* mrb */ | |
13 | 12 |
14 #ifdef __GNUC__ | 13 #ifdef __GNUC__ |
15 #define C_DEBUG_SWITCH "-g" | 14 #define C_DEBUG_SWITCH "-g" |
16 #define C_OPTIMIZE_SWITCH "-g -O" | 15 #define C_OPTIMIZE_SWITCH "-g -O" |
17 #define LD_SWITCH_MACHINE "-g -Xlinker -D -Xlinker 800000" | 16 #define LD_SWITCH_MACHINE "-g -Xlinker -D -Xlinker 800000" |
44 #define NO_MODE_T | 43 #define NO_MODE_T |
45 | 44 |
46 /* Don't use the definitions in m/mips.h. */ | 45 /* Don't use the definitions in m/mips.h. */ |
47 #undef LINKER | 46 #undef LINKER |
48 #undef LIBS_MACHINE | 47 #undef LIBS_MACHINE |
49 /* #define LIBS_MACHINE "-lmld" */ /* mrb */ | |
50 | 48 |
51 #undef KERNEL_FILE | 49 #undef KERNEL_FILE |
52 #define KERNEL_FILE "/vmunix" | 50 #define KERNEL_FILE "/vmunix" |
53 | 51 |
54 #endif /* not NEWSOS5 */ | 52 #endif /* not NEWSOS5 */ |