mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
(cherry picked from commit 67d208fbee)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
b3d69ffeb3
commit
8ee4e12caf
2 changed files with 2 additions and 2 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -6240,7 +6240,7 @@ case $host/$ac_cv_cc_name in #(
|
|||
PY_SUPPORT_TIER=3 ;; #(
|
||||
s390x-*-linux-gnu/gcc) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
x86_64-*-freebsd/clang) :
|
||||
x86_64-*-freebsd*/clang) :
|
||||
PY_SUPPORT_TIER=3 ;; #(
|
||||
*) :
|
||||
PY_SUPPORT_TIER=0
|
||||
|
|
|
|||
|
|
@ -1086,7 +1086,7 @@ AS_CASE([$host/$ac_cv_cc_name],
|
|||
[s390x-*-linux-gnu/gcc], [PY_SUPPORT_TIER=3], dnl Linux on 64bit s390x (big endian), glibc, gcc
|
||||
dnl [wasm32-unknown-emscripten/clang], [PY_SUPPORT_TIER=3], dnl WebAssembly Emscripten
|
||||
dnl [wasm32-unknown-wasi/clang], [PY_SUPPORT_TIER=3], dnl WebAssembly System Interface
|
||||
[x86_64-*-freebsd/clang], [PY_SUPPORT_TIER=3], dnl FreeBSD on AMD64
|
||||
[x86_64-*-freebsd*/clang], [PY_SUPPORT_TIER=3], dnl FreeBSD on AMD64
|
||||
[PY_SUPPORT_TIER=0]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue