blob: 5bdb9be0ebb4df0cae9092d24964d9e9c4947270 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Configuration for GCC for Intel i386 running DG/ux */
/* looks just like sysv4 for now */
#include "i386/xm-i386.h"
#include "xm-svr4.h"
/* If not compiled with GNU C, use the portable alloca. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif
|