mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
This commit is contained in:
parent
2e35a13e46
commit
daa64d6a59
5 changed files with 23 additions and 8 deletions
6
configure
generated
vendored
6
configure
generated
vendored
|
@ -6342,7 +6342,11 @@ case $host/$ac_cv_cc_name in #(
|
|||
PY_SUPPORT_TIER=3 ;; #(
|
||||
s390x-*-linux-gnu/gcc) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
x86_64-*-freebsd*/clang) :
|
||||
wasm32-unknown-emscripten/clang) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
wasm32-unknown-wasi/clang) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
x86_64-*-freebsd*/clang) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
*) :
|
||||
PY_SUPPORT_TIER=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue