Skip to content

Commit 8ee4e12

Browse files
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
(cherry picked from commit 67d208f) Co-authored-by: Christian Heimes <christian@python.org>
1 parent b3d69ff commit 8ee4e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ AS_CASE([$host/$ac_cv_cc_name],
10861086
[s390x-*-linux-gnu/gcc], [PY_SUPPORT_TIER=3], dnl Linux on 64bit s390x (big endian), glibc, gcc
10871087
dnl [wasm32-unknown-emscripten/clang], [PY_SUPPORT_TIER=3], dnl WebAssembly Emscripten
10881088
dnl [wasm32-unknown-wasi/clang], [PY_SUPPORT_TIER=3], dnl WebAssembly System Interface
1089-
[x86_64-*-freebsd/clang], [PY_SUPPORT_TIER=3], dnl FreeBSD on AMD64
1089+
[x86_64-*-freebsd*/clang], [PY_SUPPORT_TIER=3], dnl FreeBSD on AMD64
10901090
[PY_SUPPORT_TIER=0]
10911091
)
10921092

0 commit comments

Comments
 (0)