]> git.eshelyaron.com Git - emacs.git/commitdiff
Continue previous change, add mipsel-*-openbsd*.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Sep 1997 05:27:45 +0000 (05:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Sep 1997 05:27:45 +0000 (05:27 +0000)
configure.in

index b9742b652436acb502c7c2fb4dbe81d8219d7195..be1035197872a8f6ad59f71d716b74dda09228ab 100644 (file)
@@ -181,7 +181,8 @@ case "${canonical}" in
     case "${canonical}" in
       alpha-*-openbsd*)        machine=alpha ;;
       i386-*-openbsd*) machine=intel386 ;;
-      m68k-*-openbsd*)  machine=hp9000s300 ;;          # This is somewhat bogus.
+      m68k-*-openbsd*)  machine=hp9000s300 ;;
+      mipsel-*-openbsd*) machine=pmax ;;
       ns32k-*-openbsd*)        machine=ns32000 ;;
       sparc-*-openbsd*)        machine=sparc ;;
       vax-*-netbsd*)   machine=vax ;;