mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (maybe_os): Remove duplicate sh64 case as it is
matched above. Found by Shellcheck.
This commit is contained in:
parent
f22c2fe826
commit
e8ad65b91a
@ -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>
|
||||
|
||||
* config.sub (maybe_os): Remove duplicate wasm32 case as it is
|
||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -1108,9 +1108,6 @@ case $basic_machine in
|
||||
sh5el)
|
||||
basic_machine=sh5le-unknown
|
||||
;;
|
||||
sh64)
|
||||
basic_machine=sh64-unknown
|
||||
;;
|
||||
sparclite-wrs | simso-wrs)
|
||||
basic_machine=sparclite-wrs
|
||||
os=-vxworks
|
||||
|
Loading…
x
Reference in New Issue
Block a user