comparison src/m/intel386.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 3bb7ccffb0c0
children c5d627a313b1
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
137 137
138 #define STACK_DIRECTION -1 138 #define STACK_DIRECTION -1
139 139
140 /* Since cannot purify, use standard Xenix 386 startup code. */ 140 /* Since cannot purify, use standard Xenix 386 startup code. */
141 141
142 #define START_FILES /lib/386/Sseg.o pre-crt0.o /lib/386/Scrt0.o 142 #define START_FILES "/lib/386/Sseg.o pre-crt0.o /lib/386/Scrt0.o"
143 143
144 /* These really use terminfo. */ 144 /* These really use terminfo. */
145 145
146 #define LIBS_TERMCAP /lib/386/Slibcurses.a \ 146 #define LIBS_TERMCAP "/lib/386/Slibcurses.a /lib/386/Slibtinfo.a /lib/386/Slibx.a"
147 /lib/386/Slibtinfo.a /lib/386/Slibx.a
148 147
149 /* Standard libraries for this machine. Since `-l' doesn't work in `ld'. */ 148 /* Standard libraries for this machine. Since `-l' doesn't work in `ld'. */
150 /* '__fltused' is unresolved w/o Slibcfp.a */ 149 /* '__fltused' is unresolved w/o Slibcfp.a */
151 #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a 150 #define LIB_STANDARD "/lib/386/Slibcfp.a /lib/386/Slibc.a"
152 #else /* not XENIX */ 151 #else /* not XENIX */
153 152
154 /* this brings in alloca() if we're using cc */ 153 /* this brings in alloca() if we're using cc */
155 #ifdef USG 154 #ifdef USG
156 #if 0 /* mrb: -lPW is now autodetected, anyways */ 155 #if 0 /* mrb: -lPW is now autodetected, anyways */
157 #ifndef LIB_STANDARD 156 #ifndef LIB_STANDARD
158 #ifdef USG5_4 157 #ifdef USG5_4
159 #define LIB_STANDARD -lc 158 #define LIB_STANDARD "-lc"
160 #else /* not USG5_4 */ 159 #else /* not USG5_4 */
161 #define LIB_STANDARD -lPW -lc 160 #define LIB_STANDARD "-lPW -lc"
162 #endif /* not USG5_4 */ 161 #endif /* not USG5_4 */
163 #endif /* LIB_STANDARD */ 162 #endif /* LIB_STANDARD */
164 #endif /* 0 */ 163 #endif /* 0 */
165 164
166 #if 0 /* ALLOCA is now autodetected */ 165 #if 0 /* ALLOCA is now autodetected */