1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(mips-*-linux-gnu*): New alternative.

This commit is contained in:
Richard M. Stallman 1997-06-23 01:49:24 +00:00
parent 1b7ddf4f75
commit 287f502c46

View file

@ -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
;;