mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Move WASI to tier 2 and drop Emscripten.
This commit is contained in:
parent
553c90ccc2
commit
c968dc7ff3
4 changed files with 11 additions and 6 deletions
6
configure
generated
vendored
6
configure
generated
vendored
|
@ -6805,6 +6805,8 @@ case $host/$ac_cv_cc_name in #(
|
|||
aarch64-*-linux-gnu/clang) :
|
||||
PY_SUPPORT_TIER=2 ;; #(
|
||||
powerpc64le-*-linux-gnu/gcc) :
|
||||
PY_SUPPORT_TIER=2 ;; #(
|
||||
wasm32-unknown-wasi/clang) :
|
||||
PY_SUPPORT_TIER=2 ;; #(
|
||||
x86_64-*-linux-gnu/clang) :
|
||||
PY_SUPPORT_TIER=2 ;; #(
|
||||
|
@ -6817,10 +6819,6 @@ case $host/$ac_cv_cc_name in #(
|
|||
PY_SUPPORT_TIER=3 ;; #(
|
||||
s390x-*-linux-gnu/gcc) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
wasm32-unknown-emscripten/clang) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
wasm32-unknown-wasi/clang) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
x86_64-*-freebsd*/clang) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
*) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue