mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub (maybe_os): Remove cases z8k-*-coff and z80-*-coff as
these are never matched. Found by Shellcheck.
This commit is contained in:
parent
dea159d913
commit
efc9a4d8d5
@ -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
8
config.sub
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user