Skip to content

Commit 75439ff

Browse files
committed
gh-136229: Remove Platform Emscripten is not supported warning
1 parent e0245c7 commit 75439ff

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

configure

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,9 +1226,10 @@ AS_CASE([$host/$ac_cv_cc_name],
12261226
[s390x-*-linux-gnu/gcc], [PY_SUPPORT_TIER=3], dnl Linux on 64bit s390x (big endian), glibc, gcc
12271227
[x86_64-*-freebsd*/clang], [PY_SUPPORT_TIER=3], dnl FreeBSD on AMD64
12281228
[aarch64-apple-ios*-simulator/clang], [PY_SUPPORT_TIER=3], dnl iOS Simulator on arm64
1229-
[aarch64-apple-ios*/clang], [PY_SUPPORT_TIER=3], dnl iOS on ARM64
1229+
[aarch64-apple-ios*/clang], [PY_SUPPORT_TIER=3], dnl iOS on ARM64
12301230
[aarch64-*-linux-android/clang], [PY_SUPPORT_TIER=3], dnl Android on ARM64
12311231
[x86_64-*-linux-android/clang], [PY_SUPPORT_TIER=3], dnl Android on AMD64
1232+
[wasm32-*-emscripten/emcc], [PY_SUPPORT_TIER=3], dnl Emscripten
12321233

12331234
[PY_SUPPORT_TIER=0]
12341235
)

0 commit comments

Comments
 (0)