summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-06-30 16:04:10 (GMT)
committerGitHub <noreply@github.com>2022-06-30 16:04:10 (GMT)
commit67d208fbee119ed1bca0765a9aa779e31fea98b3 (patch)
tree56074a27d64c9533faa6ce7b8d8b38da42d0f4f1 /configure
parentea39b77de9fa25b447d0b4148f75f351076e890a (diff)
downloadcpython-67d208fbee119ed1bca0765a9aa779e31fea98b3.zip
cpython-67d208fbee119ed1bca0765a9aa779e31fea98b3.tar.gz
cpython-67d208fbee119ed1bca0765a9aa779e31fea98b3.tar.bz2
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2bd64fc..014d2ce 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