diff options
author | Christian Heimes <christian@python.org> | 2022-07-27 06:18:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 06:18:34 (GMT) |
commit | daa64d6a5900beea1f1973e5e01121967bc6fa6c (patch) | |
tree | ffcee8a92eae4fc25f6a3986155ef23fc1e241bf /configure | |
parent | 2e35a13e46663acf665da06267c54e66c7ecf18d (diff) | |
download | cpython-daa64d6a5900beea1f1973e5e01121967bc6fa6c.zip cpython-daa64d6a5900beea1f1973e5e01121967bc6fa6c.tar.gz cpython-daa64d6a5900beea1f1973e5e01121967bc6fa6c.tar.bz2 |
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |