diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:03:16 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-31 04:03:16 +0000 |
commit | 5ec16ac4fa605ada26169db9d4f73db56ea0e065 (patch) | |
tree | 6a3e27ee163dc56e197f8f0e4c3a25bdccfb3f95 /distrib/notes/m4.common | |
parent | 9de540c36360769c53045fc5e6c7117c98ad2aa5 (diff) |
OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.
Diffstat (limited to 'distrib/notes/m4.common')
-rw-r--r-- | distrib/notes/m4.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 5d8fee548d4..f2748a6336a 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.44 2003/08/11 22:21:15 miod Exp $ +dnl $OpenBSD: m4.common,v 1.45 2003/10/31 04:03:15 drahn Exp $ dnl dnl a simple MACHINE->MACHINE_ARCH converter. define(`MACHINE_ARCH', @@ -11,6 +11,7 @@ MACHINE,macppc,powerpc, MACHINE,mvme68k,m68k, MACHINE,mvme88k,m88k, MACHINE,mvmeppc,powerpc, +MACHINE,pegasos,powerpc, MACHINE,sun3,m68k, MACHINE)')dnl dnl simulate an include path with a macro 'includeit'. |