Mercurial > hg > xemacs-beta
comparison src/m/intel386.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 0132846995bd |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
148 /* 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'. */ |
149 /* '__fltused' is unresolved w/o Slibcfp.a */ | 149 /* '__fltused' is unresolved w/o Slibcfp.a */ |
150 #define LIB_STANDARD "/lib/386/Slibcfp.a /lib/386/Slibc.a" | 150 #define LIB_STANDARD "/lib/386/Slibcfp.a /lib/386/Slibc.a" |
151 #else /* not XENIX */ | 151 #else /* not XENIX */ |
152 | 152 |
153 /* this brings in alloca() if we're using cc */ | |
154 #ifdef USG | 153 #ifdef USG |
155 #if 0 /* mrb: -lPW is now autodetected, anyways */ | |
156 #ifndef LIB_STANDARD | |
157 #ifdef USG5_4 | |
158 #define LIB_STANDARD "-lc" | |
159 #else /* not USG5_4 */ | |
160 #define LIB_STANDARD "-lPW -lc" | |
161 #endif /* not USG5_4 */ | |
162 #endif /* LIB_STANDARD */ | |
163 #endif /* 0 */ | |
164 | 154 |
165 #if 0 /* ALLOCA is now autodetected */ | 155 #if 0 /* ALLOCA is now autodetected */ |
166 #define HAVE_ALLOCA | 156 #define HAVE_ALLOCA |
167 #endif | 157 #endif |
168 #define NO_REMAP | 158 #define NO_REMAP |