summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-07-27 06:18:34 (GMT)
committerGitHub <noreply@github.com>2022-07-27 06:18:34 (GMT)
commitdaa64d6a5900beea1f1973e5e01121967bc6fa6c (patch)
treeffcee8a92eae4fc25f6a3986155ef23fc1e241bf /configure
parent2e35a13e46663acf665da06267c54e66c7ecf18d (diff)
downloadcpython-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-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 6190680..77c4bdb 100755
--- a/configure
+++ b/configure
@@ -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