summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-10 16:31:28 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-10 16:31:28 (GMT)
commit32cf1acda85dd14c0865a7ce68dbc96980d6714a (patch)
tree0bff8e1c73e6953200deb76d997d2d5357e1e05d /configure.ac
parentebb39bcc048b33d529a64f517ccee1c172ff8b07 (diff)
downloadcpython-32cf1acda85dd14c0865a7ce68dbc96980d6714a.zip
cpython-32cf1acda85dd14c0865a7ce68dbc96980d6714a.tar.gz
cpython-32cf1acda85dd14c0865a7ce68dbc96980d6714a.tar.bz2
Issue #28849: Do not define sys.implementation._multiarch on Android.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac24
1 files changed, 1 insertions, 23 deletions
diff --git a/configure.ac b/configure.ac
index 1d63813..4ab1892 100644
--- a/configure.ac
+++ b/configure.ac
@@ -770,29 +770,7 @@ cat >> conftest.c <<EOF
#undef sparc
#undef unix
#if defined(__ANDROID__)
-# if defined(__x86_64__) && defined(__LP64__)
- x86_64-linux-android
-# elif defined(__i386__)
- i686-linux-android
-# elif defined(__aarch64__) && defined(__AARCH64EL__)
-# if defined(__ILP32__)
- aarch64_ilp32-linux-android
-# else
- aarch64-linux-android
-# endif
-# elif defined(__ARM_EABI__) && defined(__ARMEL__)
- arm-linux-androideabi
-# elif defined(__mips_hard_float) && defined(_MIPSEL)
-# if _MIPS_SIM == _ABIO32
- mipsel-linux-android
-# elif _MIPS_SIM == _ABI64
- mips64el-linux-android
-# else
-# error unknown platform triplet
-# endif
-# else
-# error unknown platform triplet
-# endif
+ # Android is not a multiarch system.
#elif defined(__linux__)
# if defined(__x86_64__) && defined(__LP64__)
x86_64-linux-gnu