(m68k-*-linux*): New alternative.

This commit is contained in:
Richard M. Stallman 1995-10-31 08:39:19 +00:00
parent 485dbcf2c7
commit e1fd57e30e

View file

@ -795,6 +795,11 @@ case "${canonical}" in
esac
;;
## Linux/68k
m68k-*-linux* )
machine=m68k opsys=linux
;;
* )
unported=yes
;;