summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-04-14 07:21:29 (GMT)
committerGitHub <noreply@github.com>2024-04-14 07:21:29 (GMT)
commit0dcfd0d52281cce102e27976ba9e4177e4492b66 (patch)
tree7f6a12bf591142c7a7c730b3631e89398c986018 /configure.ac
parentf303651b45649392bf718f970793ad65d9ded0b8 (diff)
downloadcpython-0dcfd0d52281cce102e27976ba9e4177e4492b66.zip
cpython-0dcfd0d52281cce102e27976ba9e4177e4492b66.tar.gz
cpython-0dcfd0d52281cce102e27976ba9e4177e4492b66.tar.bz2
Autoconf: aarch64-apple-darwin/clang is now a tier 1 platform (#117861)
See also python/pep#3705
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 285ba0f..ec925d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1131,10 +1131,10 @@ AC_MSG_CHECKING([for PEP 11 support tier])
AS_CASE([$host/$ac_cv_cc_name],
[x86_64-*-linux-gnu/gcc], [PY_SUPPORT_TIER=1], dnl Linux on AMD64, any vendor, glibc, gcc
[x86_64-apple-darwin*/clang], [PY_SUPPORT_TIER=1], dnl macOS on Intel, any version
+ [aarch64-apple-darwin*/clang], [PY_SUPPORT_TIER=1], dnl macOS on M1, any version
[i686-pc-windows-msvc/msvc], [PY_SUPPORT_TIER=1], dnl 32bit Windows on Intel, MSVC
[x86_64-pc-windows-msvc/msvc], [PY_SUPPORT_TIER=1], dnl 64bit Windows on AMD64, MSVC
- [aarch64-apple-darwin*/clang], [PY_SUPPORT_TIER=2], dnl macOS on M1, any version
[aarch64-*-linux-gnu/gcc], [PY_SUPPORT_TIER=2], dnl Linux ARM64, glibc, gcc+clang
[aarch64-*-linux-gnu/clang], [PY_SUPPORT_TIER=2],
[powerpc64le-*-linux-gnu/gcc], [PY_SUPPORT_TIER=2], dnl Linux on PPC64 little endian, glibc, gcc