mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-13 22:53:41 +12:00
* config.sub (maybe_os): Remove duplicate wasm32 case as it is
matched above. Found by Shellcheck.
This commit is contained in:
@ -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>
|
||||
|
||||
* config.sub (maybe_os): Remove duplicate -osfrose* and -osf*
|
||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -1244,9 +1244,6 @@ case $basic_machine in
|
||||
basic_machine=a29k-wrs
|
||||
os=-vxworks
|
||||
;;
|
||||
wasm32)
|
||||
basic_machine=wasm32-unknown
|
||||
;;
|
||||
w65*)
|
||||
basic_machine=w65-wdc
|
||||
os=-none
|
||||
|
Reference in New Issue
Block a user