]> git.eshelyaron.com Git - emacs.git/commitdiff
(arm-*-openbsd*, hppa-*-openbsd*)
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Mar 2007 05:42:13 +0000 (05:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Mar 2007 05:42:13 +0000 (05:42 +0000)
(m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
(ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.

configure.in

index 842002d33a1043e3945f712e1f3e6d4a7b1f8856..6060a53ec08231fca8346f3251e630ee6ade2607 100644 (file)
@@ -283,6 +283,17 @@ dnl see the `changequote' comment above.
     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 ;;