diff options
| author | Richard M. Stallman | 1997-09-07 05:27:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-07 05:27:45 +0000 |
| commit | 6239880d207f9990beb43708e8504bd435b873cf (patch) | |
| tree | 7ef061826145aec77a2116fcbbba73d167b591cf | |
| parent | e0f7eb3bb0647894cda95e1fe209d30163ecc0be (diff) | |
| download | emacs-6239880d207f9990beb43708e8504bd435b873cf.tar.gz emacs-6239880d207f9990beb43708e8504bd435b873cf.zip | |
Continue previous change, add mipsel-*-openbsd*.
| -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 | |||
| 181 | case "${canonical}" in | 181 | case "${canonical}" in |
| 182 | alpha-*-openbsd*) machine=alpha ;; | 182 | alpha-*-openbsd*) machine=alpha ;; |
| 183 | i386-*-openbsd*) machine=intel386 ;; | 183 | i386-*-openbsd*) machine=intel386 ;; |
| 184 | m68k-*-openbsd*) machine=hp9000s300 ;; # This is somewhat bogus. | 184 | m68k-*-openbsd*) machine=hp9000s300 ;; |
| 185 | mipsel-*-openbsd*) machine=pmax ;; | ||
| 185 | ns32k-*-openbsd*) machine=ns32000 ;; | 186 | ns32k-*-openbsd*) machine=ns32000 ;; |
| 186 | sparc-*-openbsd*) machine=sparc ;; | 187 | sparc-*-openbsd*) machine=sparc ;; |
| 187 | vax-*-netbsd*) machine=vax ;; | 188 | vax-*-netbsd*) machine=vax ;; |