comparison src/m/mips.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 c5d627a313b1
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
126 126
127 #define LINKER "/bsd43/bin/ld" 127 #define LINKER "/bsd43/bin/ld"
128 128
129 #else /* not BSD */ 129 #else /* not BSD */
130 130
131 #define LIBS_MACHINE "-lmld" 131 #undef LIBS_MACHINE
132 /* #define LIBS_MACHINE "-lmld" */ /* mrb */
132 #define LD_SWITCH_MACHINE "-D 800000 -g3" 133 #define LD_SWITCH_MACHINE "-D 800000 -g3"
133 #define START_FILES "pre-crt0.o /usr/lib/crt1.o" 134 #define START_FILES "pre-crt0.o /usr/lib/crt1.o"
134 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o" 135 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o"
135 #define LIBS_TERMCAP "-lcurses" 136 #define LIBS_TERMCAP "-lcurses"
136 137