Initial import from FreeBSD RELENG_4:
[games.git] / contrib / gcc / config / i386 / xm-dgux.h
1
2 /* Configuration for GCC for Intel i386 running DG/ux */
3
4 /* looks just like sysv4 for now */
5
6 #include "i386/xm-i386.h"
7 #include "xm-svr4.h"
8
9 /* If not compiled with GNU C, use the portable alloca.  */
10 #ifndef __GNUC__
11 #define USE_C_ALLOCA
12 #endif