]> gcc.gnu.org Git - gcc.git/blame - gcc/config/i386/xm-sysv4.h
[__HIGHC__]: Include alloca.h.
[gcc.git] / gcc / config / i386 / xm-sysv4.h
CommitLineData
5b970343
JVA
1/* Configuration for GCC for Intel i386 running System V Release 4. */
2
fe2f8ff0 3#include "i386/xm-i386.h"
5b970343 4#include "xm-svr4.h"
5c8ad7f4 5
f3b38b4d
JVA
6/* If not compiled with GNU C, use the portable alloca. */
7#ifndef __GNUC__
5c8ad7f4
JVA
8#define USE_C_ALLOCA
9#endif
f5c081fd
RS
10#ifdef __HIGHC__
11#include <alloca.h> /* for MetaWare High-C on NCR System 3000 */
12#endif
7ae4fbf9
RS
13
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
This page took 0.101009 seconds and 5 git commands to generate.