aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-26 16:29:43 +0000
committerRichard M. Stallman <[email protected]>1994-06-26 16:29:43 +0000
commitc0d45f9d61bca30fe2f8923f10e37a273e195a40 (patch)
tree716629ea84844068ace3b62b69aed1457d24adec /src/m
parentee139ed38ba8d3b1f78c5253cd003b3d62bced3d (diff)
(C_DEBUG_SWITCH) [not NEWSOS5]:
Don't define if __GNUC__. (KERNEL_FILE) [not NEWSOS5]: New override definition.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/news-risc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/news-risc.h b/src/m/news-risc.h
index 089a0b2280..268d1796dd 100644
--- a/src/m/news-risc.h
+++ b/src/m/news-risc.h
@@ -31,7 +31,9 @@
/* #define C_OPTIMIZE_SWITCH -O2 */
#define C_OPTIMIZE_SWITCH -O
+#ifndef __GNUC__
#define C_DEBUG_SWITCH -g3
+#endif
#undef TERMINFO
@@ -43,4 +45,7 @@
#undef LIBS_MACHINE
#define LIBS_MACHINE -lmld
+#undef KERNEL_FILE
+#define KERNEL_FILE "/vmunix"
+
#endif /* not NEWSOS5 */