8sa1-gcc/gcc/config/i386/xm-sysv4.h

10 lines
226 B
C
Raw Normal View History

1992-10-11 08:51:40 -04:00
/* Configuration for GCC for Intel i386 running System V Release 4. */
#include "i386/xm-i386.h"
1992-10-11 08:51:40 -04:00
#include "xm-svr4.h"
/* If not compiled with GNU C, use the portable alloca. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif