* config.sub (maybe_os): Remove duplicate sh64 case as it is

matched above. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 20:53:14 +11:00
parent f22c2fe826
commit e8ad65b91a
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 sh64 case as it is
matched above. 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 wasm32 case as it is * config.sub (maybe_os): Remove duplicate wasm32 case as it is

3
config.sub vendored
View File

@ -1108,9 +1108,6 @@ case $basic_machine in
sh5el) sh5el)
basic_machine=sh5le-unknown basic_machine=sh5le-unknown
;; ;;
sh64)
basic_machine=sh64-unknown
;;
sparclite-wrs | simso-wrs) sparclite-wrs | simso-wrs)
basic_machine=sparclite-wrs basic_machine=sparclite-wrs
os=-vxworks os=-vxworks