Import gcc-2.8.1.tar.bz2
[official-gcc.git] / gcc / config / i386 / xm-sysv4.h
blob49d52b4e7f3b3fbf87646d4fc9e2d87001bb116c
1 /* Configuration for GCC for Intel i386 running System V Release 4. */
3 #include "i386/xm-i386.h"
4 #include "xm-svr4.h"
6 /* If not compiled with GNU C, use the portable alloca. */
7 #ifndef __GNUC__
8 #define USE_C_ALLOCA
9 #endif
10 #ifdef __HIGHC__
11 #include <alloca.h> /* for MetaWare High-C on NCR System 3000 */
12 #endif
14 /* Univel, at least, has a small ARG_MAX. Defining this is harmless
15 except for causing extra stat calls in the driver program. */
16 #define SMALL_ARG_MAX