From: Richard Stallman Date: Fri, 9 Apr 1993 21:40:24 +0000 (+0000) Subject: Initial revision X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20e389ef93f2903cfe37759459647db1677573f3;p=gcc.git Initial revision From-SVN: r4055 --- diff --git a/gcc/config/i386/go32.h b/gcc/config/i386/go32.h new file mode 100644 index 00000000000..4b4913dd97c --- /dev/null +++ b/gcc/config/i386/go32.h @@ -0,0 +1,10 @@ +/* Configuration for an i386 running MS-DOS with djgpp/go32 */ + +#define YES_UNDERSCORES + +#include "i386/gas.h" + +#ifdef CPP_PREDEFINES +#undef CPP_PREDEFINES +#endif +#define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS"