comparison src/s/usg5-4.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 25f70ba0133c
children c5d627a313b1
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
30 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */ 30 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */
31 #include "usg5-3.h" 31 #include "usg5-3.h"
32 32
33 #define USG5_4 33 #define USG5_4
34 34
35 #define LIBS_SYSTEM -lsocket -lnsl -lelf 35 #define LIBS_SYSTEM "-lsocket -lnsl -lelf"
36 #define ORDINARY_LINK 36 #define ORDINARY_LINK
37 37
38 #if 0 38 #if 0
39 #ifdef ORDINARY_LINK 39 #ifdef ORDINARY_LINK
40 #define LIB_STANDARD -lc /usr/ucblib/libucb.a 40 #define LIB_STANDARD "-lc /usr/ucblib/libucb.a"
41 #else 41 #else
42 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o 42 #define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o"
43 #define LIB_STANDARD -lc /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o 43 #define LIB_STANDARD "-lc /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o"
44 #endif 44 #endif
45 #else 45 #else
46 46
47 #ifdef ORDINARY_LINK 47 #ifdef ORDINARY_LINK
48 #define LIB_STANDARD 48 #define LIB_STANDARD
49 #else 49 #else
50 #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o 50 #define START_FILES "pre-crt0.o /usr/ccs/lib/crt1.o /usr/ccs/lib/crti.o /usr/ccs/lib/values-Xt.o"
51 #define LIB_STANDARD -lc /usr/ccs/lib/crtn.o 51 #define LIB_STANDARD "-lc /usr/ccs/lib/crtn.o"
52 #endif 52 #endif
53 #endif 53 #endif
54 54
55 /* there are no -lg libraries on this system, and no libPW */ 55 /* there are no -lg libraries on this system, and no libPW */
56 56
62 62
63 /* Undump with ELF */ 63 /* Undump with ELF */
64 64
65 #undef COFF 65 #undef COFF
66 66
67 #define UNEXEC unexelf.o 67 #define UNEXEC "unexelf.o"
68 68
69 /* Get <sys/ttold.h> to get struct 69 /* Get <sys/ttold.h> to get struct
70 * tchars. But get <termio.h> first to make sure ttold.h doesn't 70 * tchars. But get <termio.h> first to make sure ttold.h doesn't
71 * interfere. 71 * interfere.
72 */ 72 */