[Python-checkins] gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)

tiran webhook-mailer at python.org
Thu Jun 30 12:04:19 EDT 2022


https://github.com/python/cpython/commit/67d208fbee119ed1bca0765a9aa779e31fea98b3
commit: 67d208fbee119ed1bca0765a9aa779e31fea98b3
branch: main
author: Christian Heimes <christian at python.org>
committer: tiran <christian at python.org>
date: 2022年06月30日T18:04:10+02:00
summary:
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
files:
M configure
M configure.ac
diff --git a/configure b/configure
index 2bd64fc1620a2..014d2cefb47f9 100755
--- a/configure
+++ b/configure
@@ -6302,7 +6302,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
diff --git a/configure.ac b/configure.ac
index ba38133578ab4..ab1c6873f731d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1121,7 +1121,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]
 )
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /