Mercurial > hg > xemacs-beta
comparison src/s/umips.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 8eaf7971accc |
children |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
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 #undef LIBS_SYSTEM | 12 #undef LIBS_SYSTEM |
13 /* #define LIBS_SYSTEM "-lmld" */ /* mrb */ | |
14 #define LIBS_DEBUG | 13 #define LIBS_DEBUG |
15 #define START_FILES "pre-crt0.o /lib/crt1.o" | 14 #define START_FILES "pre-crt0.o /lib/crt1.o" |
16 #define LIB_STANDARD "-lc /usr/lib/crtn.o" | 15 #define LIB_STANDARD "-lc /usr/lib/crtn.o" |
17 | 16 |
18 #define COFF | 17 #define COFF |
23 | 22 |
24 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ | 23 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ |
25 #include "usg5-2-2.h" | 24 #include "usg5-2-2.h" |
26 | 25 |
27 #undef LIBS_SYSTEM | 26 #undef LIBS_SYSTEM |
28 /* #define LIBS_SYSTEM "-lmld" */ /* mrb */ | |
29 #define LIBS_DEBUG | 27 #define LIBS_DEBUG |
30 #define START_FILES "pre-crt0.o /usr/lib/crt1.o" | 28 #define START_FILES "pre-crt0.o /usr/lib/crt1.o" |
31 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o" | 29 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o" |
32 /* #define LIBS_TERMCAP -lcurses */ | 30 /* #define LIBS_TERMCAP -lcurses */ |
33 | 31 |