* config.sub (maybe_os): Remove duplicate patterns for sparc,

sparcv8, sparcv9, sparcv9b and sparcv9v. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 22:12:38 +11:00
parent efc9a4d8d5
commit f22522a600
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove duplicate patterns for sparc,
sparcv8, sparcv9, sparcv9b and sparcv9v. Found by Shellcheck.
2018-01-13 Ben Elliston <bje@gnu.org>
* config.sub (maybe_os): Remove cases z8k-*-coff and z80-*-coff as

3
config.sub vendored
View File

@ -1300,9 +1300,6 @@ case $basic_machine in
sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
basic_machine=sh-unknown
;;
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
basic_machine=sparc-sun
;;
cydra)
basic_machine=cydra-cydrome
;;