8sa1-gcc/gcc/config/i386/xm-dgux.h
Zack Weinberg 1db87931be Kill stray blank lines
From-SVN: r40036
2001-02-24 08:17:40 +00:00

12 lines
248 B
C

/* 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