]> gcc.gnu.org Git - gcc.git/blob - gcc/config/i386/xm-sysv4.h
359b0ea005656d64e11d505b904885fdb8976101
[gcc.git] / gcc / config / i386 / xm-sysv4.h
1 /* Configuration for GCC for Intel i386 running System V Release 4. */
2
3 #include "i386/xm-i386.h"
4 #include "xm-svr4.h"
5
6 /* If not compiled with GNU C, use the portable alloca. */
7 #ifndef __GNUC__
8 #define USE_C_ALLOCA
9 #endif
10
11 /* Univel, at least, has a small ARG_MAX. Defining this is harmless
12 except for causing extra stat calls in the driver program. */
13 #define SMALL_ARG_MAX
This page took 0.035566 seconds and 4 git commands to generate.