mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +12:00
* config.sub (maybe_os): Remove duplicate wasm32 case as it is
matched above. Found by Shellcheck.
This commit is contained in:
parent
6189f8e47a
commit
f22c2fe826
@ -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
3
config.sub
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user