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 | 6b3a6a6701d208eb8db785a77d52162f918f8291 (patch) | |
tree | 3abd50580e70f4adf1cf11e4d148ba3c40972ae2 /configure.in | |
parent | 5375d9ae4d2c43c0c90880959cc522bad2139d28 (diff) | |
download | emacs-6b3a6a6701d208eb8db785a77d52162f918f8291.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 ;; |