Mercurial > emacs
changeset 18396:881264eb1346
(mips-*-linux-gnu*): New alternative.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Jun 1997 01:49:24 +0000 |
parents | 4b6ab0b6fd50 |
children | 2af6faafc827 |
files | configure.in |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Jun 23 01:37:22 1997 +0000 +++ b/configure.in Mon Jun 23 01:49:24 1997 +0000 @@ -905,11 +905,16 @@ 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 ;;