fe2f8ff053
Use new file names for included 386 files. From-SVN: r2964
13 lines
273 B
C
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
|