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 | 786d4a8f8e1f7d291c46d78b6f41a8cd7915f528 (patch) | |
tree | adf5383778d3aa4dd2a387fc2a6d5dc9b96dbdaf | |
parent | 422da8c4b29d38fce2ff0585f8e3a6efa7c37c93 (diff) | |
download | emacs-786d4a8f8e1f7d291c46d78b6f41a8cd7915f528.tar.gz |
(mips-*-linux-gnu*): New alternative.
-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 ;; |