* config.sub (maybe_os): Remove cases z8k-*-coff and z80-*-coff as

these are never matched. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 22:09:07 +11:00
parent dea159d913
commit efc9a4d8d5
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove cases z8k-*-coff and z80-*-coff as
these are never matched. Found by Shellcheck.
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove duplicate m88k-omron* case.

8
config.sub vendored
View File

@ -1263,14 +1263,6 @@ case $basic_machine in
basic_machine=ymp-cray
os=-unicos
;;
z8k-*-coff)
basic_machine=z8k-unknown
os=-sim
;;
z80-*-coff)
basic_machine=z80-unknown
os=-sim
;;
none)
basic_machine=none-none
os=-none