entered into RCS
authorRichard Stallman <rms@gnu.org>
Thu, 30 Jul 1992 04:02:41 +0000 (04:02 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 30 Jul 1992 04:02:41 +0000 (04:02 +0000)
From-SVN: r1717

gcc/config/i860/mach.h [new file with mode: 0644]

diff --git a/gcc/config/i860/mach.h b/gcc/config/i860/mach.h
new file mode 100644 (file)
index 0000000..3f752c6
--- /dev/null
@@ -0,0 +1,12 @@
+/* Configuration for an i860 running Mach as the target machine.  */
+
+#include "i860.h"
+
+#undef TARGET_VERSION
+#define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");
+
+#undef CPP_PREDEFINES
+#define CPP_PREDEFINES "-Dunix -Di860 -DMACH"
+
+/* Specify extra dir to search for include files.  */
+#define SYSTEM_INCLUDE_DIR "/usr/mach/include"