diff configure @ 76615:5479380913c9 EMACS_PRETEST_22_0_96

Regenerate.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 20 Mar 2007 01:01:04 +0000
parents 1967e51d640e
children 1d5afc7b98a1 738ce3540ffb c0409ee15cee
line wrap: on
line diff
--- a/configure	Tue Mar 20 00:46:19 2007 +0000
+++ b/configure	Tue Mar 20 01:01:04 2007 +0000
@@ -2249,6 +2249,17 @@
     opsys=openbsd
     case "${canonical}" in
       alpha*-*-openbsd*)	machine=alpha ;;
+      arm-*-openbsd*)          machine=arm ;;
+      hppa-*-openbsd*)         machine=hp9000s300 ;;
+      i386-*-openbsd*)         machine=intel386 ;;
+      m68k-*-openbsd*)         machine=hp9000s300 ;;
+      m88k-*-openbsd*)         machine=aviion ;;
+      mips64-*-openbsd*)       machine=mips64 ;;
+      powerpc-*-openbsd*)      machine=macppc ;;
+      sh-*-openbsd*)           machine=sh3el ;;
+      sparc*-*-openbsd*)       machine=sparc ;;
+      vax-*-openbsd*)          machine=vax ;;
+      x86_64-*-openbsd*)       machine=amdx86-64 ;;
       i386-*-openbsd*)	machine=intel386 ;;
       x86_64-*-openbsd*)    machine=amdx86-64 ;;
       m68k-*-openbsd*)  machine=hp9000s300 ;;