Initial revision
[official-gcc.git] / gcc / config / i386 / xm-dgux.h
blob5bdb9be0ebb4df0cae9092d24964d9e9c4947270
2 /* Configuration for GCC for Intel i386 running DG/ux */
4 /* looks just like sysv4 for now */
6 #include "i386/xm-i386.h"
7 #include "xm-svr4.h"
9 /* If not compiled with GNU C, use the portable alloca. */
10 #ifndef __GNUC__
11 #define USE_C_ALLOCA
12 #endif