summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-24 00:34:35 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:17 +0200
commitaee8dbbe33adbe1a55a9a811c37c4e159a22832c (patch)
treec8937f0d5af6d5ffd7eefc4d901d5b3500a227d0
parentfc4e8955f86c5f7ea375c78fe09f2f1e80311645 (diff)
2002-06-23 Roland McGrath <roland@frob.com>
* i386/i386/mach_machine_routines.h: New file. * bogus/mach_machine_routines.h (MACH_MACHINE_ROUTINES): Define to 0.
-rw-r--r--bogus/mach_machine_routines.h5
-rw-r--r--i386/i386/mach_machine_routines.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/bogus/mach_machine_routines.h b/bogus/mach_machine_routines.h
index bf7bab51..91a4244c 100644
--- a/bogus/mach_machine_routines.h
+++ b/bogus/mach_machine_routines.h
@@ -1 +1,4 @@
-#define MACH_MACHINE_ROUTINES 1
+/* This file is overridden by a CPU-specific file if it wants to set
+ MACH_MACHINE_ROUTINES to 1. */
+
+#define MACH_MACHINE_ROUTINES 0
diff --git a/i386/i386/mach_machine_routines.h b/i386/i386/mach_machine_routines.h
new file mode 100644
index 00000000..b748a599
--- /dev/null
+++ b/i386/i386/mach_machine_routines.h
@@ -0,0 +1,2 @@
+/* This file overrides bogus/mach_machine_routines.h to define this. */
+#define MACH_MACHINE_ROUTINES 1