aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/news-risc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/news-risc.h b/src/m/news-risc.h
index 798726911a4..d5a6d07aa9f 100644
--- a/src/m/news-risc.h
+++ b/src/m/news-risc.h
@@ -1,7 +1,6 @@
1/* news-risc.h is for the "RISC News". */ 1/* news-risc.h is for the "RISC News". */
2 2
3#include "mips.h" 3#include "mips.h"
4#undef LIBS_MACHINE
5 4
6/* The following line tells the configuration script what sort of 5/* The following line tells the configuration script what sort of
7 operating system this machine is likely to run. 6 operating system this machine is likely to run.
@@ -23,5 +22,6 @@
23/* We have no mode_t. */ 22/* We have no mode_t. */
24#define NO_MODE_T 23#define NO_MODE_T
25 24
26/* Don't use the definitoion in m/mips.h. */ 25/* Don't use the definitions in m/mips.h. */
27#undef LINKER 26#undef LINKER
27#undef LIBS_MACHINE