1992-10-11 08:51:40 -04:00
|
|
|
/* Configuration for GCC for Intel i386 running System V Release 4. */
|
|
|
|
|
1992-12-27 21:30:13 -05:00
|
|
|
#include "i386/xm-i386.h"
|
1992-10-11 08:51:40 -04:00
|
|
|
#include "xm-svr4.h"
|
1992-10-11 08:56:41 -04:00
|
|
|
|
1993-01-10 21:42:40 -05:00
|
|
|
/* If not compiled with GNU C, use the portable alloca. */
|
|
|
|
#ifndef __GNUC__
|
1992-10-11 08:56:41 -04:00
|
|
|
#define USE_C_ALLOCA
|
|
|
|
#endif
|