diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-04-14 07:21:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 07:21:29 (GMT) |
commit | 0dcfd0d52281cce102e27976ba9e4177e4492b66 (patch) | |
tree | 7f6a12bf591142c7a7c730b3631e89398c986018 /configure | |
parent | f303651b45649392bf718f970793ad65d9ded0b8 (diff) | |
download | cpython-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')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6979,14 +6979,14 @@ case $host/$ac_cv_cc_name in #( PY_SUPPORT_TIER=1 ;; #( x86_64-apple-darwin*/clang) : PY_SUPPORT_TIER=1 ;; #( + aarch64-apple-darwin*/clang) : + PY_SUPPORT_TIER=1 ;; #( i686-pc-windows-msvc/msvc) : PY_SUPPORT_TIER=1 ;; #( x86_64-pc-windows-msvc/msvc) : PY_SUPPORT_TIER=1 ;; #( - aarch64-apple-darwin*/clang) : - PY_SUPPORT_TIER=2 ;; #( - aarch64-*-linux-gnu/gcc) : + aarch64-*-linux-gnu/gcc) : PY_SUPPORT_TIER=2 ;; #( aarch64-*-linux-gnu/clang) : PY_SUPPORT_TIER=2 ;; #( |