comparison src/s/umips.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
7 #ifdef BSD 7 #ifdef BSD
8 #include "bsd4-3.h" 8 #include "bsd4-3.h"
9 9
10 #define C_SWITCH_SYSTEM "-systype bsd43" 10 #define C_SWITCH_SYSTEM "-systype bsd43"
11 #define LD_SWITCH_SYSTEM "-systype bsd43" 11 #define LD_SWITCH_SYSTEM "-systype bsd43"
12 #define LIBS_SYSTEM "-lmld" 12 #undef LIBS_SYSTEM
13 /* #define LIBS_SYSTEM "-lmld" */ /* mrb */
13 #define LIBS_DEBUG 14 #define LIBS_DEBUG
14 #define START_FILES "pre-crt0.o /lib/crt1.o" 15 #define START_FILES "pre-crt0.o /lib/crt1.o"
15 #define LIB_STANDARD "-lc /usr/lib/crtn.o" 16 #define LIB_STANDARD "-lc /usr/lib/crtn.o"
16 17
17 #define COFF 18 #define COFF
21 #else /* not BSD */ 22 #else /* not BSD */
22 23
23 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ 24 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */
24 #include "usg5-2-2.h" 25 #include "usg5-2-2.h"
25 26
26 #define LIBS_SYSTEM "-lmld" 27 #undef LIBS_SYSTEM
28 /* #define LIBS_SYSTEM "-lmld" */ /* mrb */
27 #define LIBS_DEBUG 29 #define LIBS_DEBUG
28 #define START_FILES "pre-crt0.o /usr/lib/crt1.o" 30 #define START_FILES "pre-crt0.o /usr/lib/crt1.o"
29 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o" 31 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o"
30 /* #define LIBS_TERMCAP -lcurses */ 32 /* #define LIBS_TERMCAP -lcurses */
31 33