# HG changeset patch # User Richard M. Stallman # Date 873610065 0 # Node ID ea31f3e716e8a60752652083d2ba5eded13867d1 # Parent 319a43900b56df8dca491229482b036186752820 Continue previous change, add mipsel-*-openbsd*. diff -r 319a43900b56 -r ea31f3e716e8 configure.in --- a/configure.in Sun Sep 07 05:25:37 1997 +0000 +++ b/configure.in Sun Sep 07 05:27:45 1997 +0000 @@ -181,7 +181,8 @@ 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 ;;