diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-23 01:49:24 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-23 01:49:24 +0000 |
commit | 287f502c4670828634fbaf00159e06bba92aa8bf (patch) | |
tree | b5a22297b6e09cf85cf343ca9bb8fe1fa0bd1b42 /configure.in | |
parent | 1b7ddf4f7548c538cc97d0eda41782488007a93e (diff) | |
download | emacs-287f502c4670828634fbaf00159e06bba92aa8bf.tar.gz |
(mips-*-linux-gnu*): New alternative.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 585b2acdc94..5abdb2b76bc 100644 --- a/configure.in +++ b/configure.in @@ -905,11 +905,16 @@ case "${canonical}" in esac ;; - ## Linux/68k-based GNU system + ## m68k Linux-based GNU system m68k-*-linux-gnu* ) machine=m68k opsys=gnu-linux ;; + ## Mips Linux-based GNU system + mips-*-linux-gnu* ) + machine=mips opsys=gnu-linux + ;; + * ) unported=yes ;; |