8sa1-gcc/gcc/config/i386/xm-sysv4.h
James Van Artsdalen fe2f8ff053 Renamed from xm-i38v4.h.
Use new file names for included 386 files.

From-SVN: r2964
1992-12-28 02:30:13 +00:00

13 lines
273 B
C

/* Configuration for GCC for Intel i386 running System V Release 4. */
#include "i386/xm-i386.h"
#include "xm-svr4.h"
/* If compiled with GNU C, use the built-in alloca. */
#undef alloca
#ifdef __GNUC__
#define alloca __builtin_alloca
#else
#define USE_C_ALLOCA
#endif