aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-04-09 21:40:24 +0000
committerRichard Stallman <rms@gnu.org>1993-04-09 21:40:24 +0000
commit20e389ef93f2903cfe37759459647db1677573f3 (patch)
tree7a570fc367649ef9ebb269459659306be401c36d /gcc
parent97ac90642cd9f05dc522eba859c96674c7d7029a (diff)
downloadgcc-20e389ef93f2903cfe37759459647db1677573f3.zip
gcc-20e389ef93f2903cfe37759459647db1677573f3.tar.gz
gcc-20e389ef93f2903cfe37759459647db1677573f3.tar.bz2
Initial revision
From-SVN: r4055
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/go32.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/i386/go32.h b/gcc/config/i386/go32.h
new file mode 100644
index 0000000..4b4913d
--- /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"