aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-05 08:06:50 +0000
committerRichard M. Stallman1993-06-05 08:06:50 +0000
commit57a1f2a2edde0f0592ccb6f8ef9084df18f700ac (patch)
tree26b26cd45e4af53d878fd950c613284ee01b92c8 /src
parent95e3e1ef659f459fcae242391351ef404352c6a2 (diff)
downloademacs-57a1f2a2edde0f0592ccb6f8ef9084df18f700ac.tar.gz
emacs-57a1f2a2edde0f0592ccb6f8ef9084df18f700ac.zip
(MIPS2): Comment out define.
(LIB_STANDARD): Delete -lisode.
Diffstat (limited to 'src')
-rw-r--r--src/m/mips4.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/m/mips4.h b/src/m/mips4.h
index dc058c2fca1..f0cfd436111 100644
--- a/src/m/mips4.h
+++ b/src/m/mips4.h
@@ -11,8 +11,10 @@ Use -opsystem=usg5-2-2 normally, or -opsystem=bsd4-3 with the BSD
11world. 11world.
12NOTE-END */ 12NOTE-END */
13 13
14#if 0
14/* Define MIPS2 if you have an R6000 or R4000. */ 15/* Define MIPS2 if you have an R6000 or R4000. */
15#define MIPS2 16#define MIPS2
17#endif
16 18
17#ifdef __GNUC__ 19#ifdef __GNUC__
18#define C_DEBUG_SWITCH -g -O 20#define C_DEBUG_SWITCH -g -O
@@ -29,7 +31,9 @@ NOTE-END */
29#endif 31#endif
30 32
31#define START_FILES pre-crt0.o /lib/crt1.o 33#define START_FILES pre-crt0.o /lib/crt1.o
32#define LIB_STANDARD -lisode -lmld -lc /lib/crtn.o 34/* Used to have -lisode, but jlp@math.byu.edu says remove it
35 (for RISCOS 4.52). */
36#define LIB_STANDARD -lmld -lc /lib/crtn.o
33 37
34 38
35#define COFF 39#define COFF