From d72ca858a6f5a08a16b3a6951380c7a90600aebf Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Mon, 15 Mar 2010 00:36:18 +0000 Subject: Backport from the libffi trunk: 2010-02-15 Matthias Klose * src/arm/sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__. --- Modules/_ctypes/libffi/src/arm/sysv.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/_ctypes/libffi/src/arm/sysv.S b/Modules/_ctypes/libffi/src/arm/sysv.S index 4c289c6..9064318 100644 --- a/Modules/_ctypes/libffi/src/arm/sysv.S +++ b/Modules/_ctypes/libffi/src/arm/sysv.S @@ -74,7 +74,8 @@ #endif #if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \ - || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) + || defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \ + || defined(__ARM_ARCH_7EM__) # undef __ARM_ARCH__ # define __ARM_ARCH__ 7 #endif -- cgit v0.12 ue='3.4'>3.4 https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-06-13 20:54:49 (GMT)
committerNed Deily <nad@python.org>2016-06-13 20:54:49 (GMT)
commitfa42893546010a0c649ba0d85d41a8bb980086f0 (patch)
tree4101d0145156cd4e7e16650ed5e49cf5042944ab /Lib/distutils/command
parent8b9173a8dec1302819176fb858f439fa8d9f8cd9 (diff)
downloadcpython-3.6.0a2.zip
cpython-3.6.0a2.tar.gz
cpython-3.6.0a2.tar.bz2
Version bump for 3.6.0a2v3.6.0a2