summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMalcolm Smith <smith@chaquo.com>2024-05-01 16:47:54 (GMT)
committerGitHub <noreply@github.com>2024-05-01 16:47:54 (GMT)
commit75955110a643875b5d096b6eda06dcc6e542e171 (patch)
tree580a21e484ac585bf155c23e3fa311dd073914af /configure
parent6d12f4469c5f9e24809df28b19900722d52af11b (diff)
downloadcpython-75955110a643875b5d096b6eda06dcc6e542e171.zip
cpython-75955110a643875b5d096b6eda06dcc6e542e171.tar.gz
cpython-75955110a643875b5d096b6eda06dcc6e542e171.tar.bz2
gh-116622: Android sysconfig updates (#118352)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure b/configure
index 01c00d2..24e7396 100755
--- a/configure
+++ b/configure
@@ -7018,8 +7018,13 @@ case $host/$ac_cv_cc_name in #(
PY_SUPPORT_TIER=3 ;; #(
aarch64-apple-ios*/clang) :
PY_SUPPORT_TIER=3 ;; #(
+ aarch64-*-linux-android/clang) :
+ PY_SUPPORT_TIER=3 ;; #(
+ x86_64-*-linux-android/clang) :
+ PY_SUPPORT_TIER=3 ;; #(
*) :
- PY_SUPPORT_TIER=0
+
+ PY_SUPPORT_TIER=0
;;
esac