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

matched above. Found by Shellcheck.
This commit is contained in:
Ben Elliston 2018-01-13 20:51:52 +11:00
parent 6189f8e47a
commit f22c2fe826
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 wasm32 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 -osfrose* and -osf* * config.sub (maybe_os): Remove duplicate -osfrose* and -osf*

3
config.sub vendored
View File

@ -1244,9 +1244,6 @@ case $basic_machine in
basic_machine=a29k-wrs basic_machine=a29k-wrs
os=-vxworks os=-vxworks
;; ;;
wasm32)
basic_machine=wasm32-unknown
;;
w65*) w65*)
basic_machine=w65-wdc basic_machine=w65-wdc
os=-none os=-none