comparison src/m/mips4.h @ 4722:1b0ce8ac1c81

(LIB_STANDARD): Add a second -lc after crtn.o.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Sep 1993 19:47:43 +0000
parents a211389a145f
children 80f932e6e5bc
comparison
equal deleted inserted replaced
4721:d34c02ddea9f 4722:1b0ce8ac1c81
31 #endif 31 #endif
32 32
33 #define START_FILES pre-crt0.o /lib/crt1.o 33 #define START_FILES pre-crt0.o /lib/crt1.o
34 /* Used to have -lisode, but jlp@math.byu.edu says remove it 34 /* Used to have -lisode, but jlp@math.byu.edu says remove it
35 (for RISCOS 4.52). */ 35 (for RISCOS 4.52). */
36 #define LIB_STANDARD -lmld -lc /lib/crtn.o 36 /* ethanb@ptolemy.astro.washington.edu says crtn.o uses _ctype
37 and therefore we must search libc again after crtn.o.
38 The -L is used to force second -lc to find the sysv version
39 of libc.a, which is needed because the BSD libc.a
40 doesn't have _ctype. */
41 #define LIB_STANDARD -lmld -lc /lib/crtn.o -L/usr/lib -lc
37 42
38 43
39 #define COFF 44 #define COFF
40 #undef LD_SWITCH_MACHINE 45 #undef LD_SWITCH_MACHINE
41 #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000 46 #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000