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:
parent
1b7ddf4f75
commit
287f502c46
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue