summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2003-08-11 22:21:15 +0000
committermiod <miod@openbsd.org>2003-08-11 22:21:15 +0000
commit256bd51fc1d839f3b7dfdd55b1c4ecf882d71aec (patch)
tree86facd75a81f409ad38df21d682518b2a66a496e
parentif we run out of space, make the dead vnode VNON. if a VBLK gets out, it (diff)
downloadwireguard-openbsd-256bd51fc1d839f3b7dfdd55b1c4ecf882d71aec.tar.xz
wireguard-openbsd-256bd51fc1d839f3b7dfdd55b1c4ecf882d71aec.zip
mvme88k is a half-compound architecture (MACHINE != MACHINE_ARCH) so add
it to the list...
-rw-r--r--distrib/notes/m4.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common
index 35ee49923be..5d8fee548d4 100644
--- a/distrib/notes/m4.common
+++ b/distrib/notes/m4.common
@@ -1,5 +1,5 @@
dnl
-dnl $OpenBSD: m4.common,v 1.43 2003/03/24 11:33:52 miod Exp $
+dnl $OpenBSD: m4.common,v 1.44 2003/08/11 22:21:15 miod Exp $
dnl
dnl a simple MACHINE->MACHINE_ARCH converter.
define(`MACHINE_ARCH',
@@ -9,6 +9,7 @@ MACHINE,hp300,m68k,
MACHINE,mac68k,m68k,
MACHINE,macppc,powerpc,
MACHINE,mvme68k,m68k,
+MACHINE,mvme88k,m88k,
MACHINE,mvmeppc,powerpc,
MACHINE,sun3,m68k,
MACHINE)')dnl