comparison src/m/mips4.h @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 0132846995bd
children
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
40 /* ethanb@ptolemy.astro.washington.edu says crtn.o uses _ctype 40 /* ethanb@ptolemy.astro.washington.edu says crtn.o uses _ctype
41 and therefore we must search libc again after crtn.o. 41 and therefore we must search libc again after crtn.o.
42 The -L is used to force second -lc to find the sysv version 42 The -L is used to force second -lc to find the sysv version
43 of libc.a, which is needed because the BSD libc.a 43 of libc.a, which is needed because the BSD libc.a
44 doesn't have _ctype. */ 44 doesn't have _ctype. */
45 #define LIB_STANDARD "-lmld -lc /lib/crtn.o -L/usr/lib -lc" 45 #define LIB_STANDARD "-lc /lib/crtn.o -L/usr/lib -lc"
46 46
47 47
48 #define COFF 48 #define COFF
49 #undef LD_SWITCH_MACHINE 49 #undef LD_SWITCH_MACHINE
50 #define LD_SWITCH_MACHINE "-systype bsd43 -g3 -D 800000" 50 #define LD_SWITCH_MACHINE "-systype bsd43 -g3 -D 800000"