mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +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>
|
2018-01-13 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.sub (maybe_os): Remove duplicate m88k-omron* case.
|
* 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
|
basic_machine=ymp-cray
|
||||||
os=-unicos
|
os=-unicos
|
||||||
;;
|
;;
|
||||||
z8k-*-coff)
|
|
||||||
basic_machine=z8k-unknown
|
|
||||||
os=-sim
|
|
||||||
;;
|
|
||||||
z80-*-coff)
|
|
||||||
basic_machine=z80-unknown
|
|
||||||
os=-sim
|
|
||||||
;;
|
|
||||||
none)
|
none)
|
||||||
basic_machine=none-none
|
basic_machine=none-none
|
||||||
os=-none
|
os=-none
|
||||||
|
Loading…
x
Reference in New Issue
Block a user