Mercurial > emacs
changeset 19796:ea31f3e716e8
Continue previous change, add mipsel-*-openbsd*.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Sep 1997 05:27:45 +0000 |
parents | 319a43900b56 |
children | 646589bc370b |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 ;;