diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-07 05:27:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-07 05:27:45 +0000 |
commit | 6239880d207f9990beb43708e8504bd435b873cf (patch) | |
tree | 7ef061826145aec77a2116fcbbba73d167b591cf /configure.in | |
parent | e0f7eb3bb0647894cda95e1fe209d30163ecc0be (diff) | |
download | emacs-6239880d207f9990beb43708e8504bd435b873cf.tar.gz |
Continue previous change, add mipsel-*-openbsd*.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b9742b65243..be103519787 100644 --- a/configure.in +++ b/configure.in @@ -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 ;; |