]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport from the libffi trunk:
authorMatthias Klose <doko@ubuntu.com>
Mon, 15 Mar 2010 00:36:18 +0000 (00:36 +0000)
committerMatthias Klose <doko@ubuntu.com>
Mon, 15 Mar 2010 00:36:18 +0000 (00:36 +0000)
2010-02-15  Matthias Klose  <doko@ubuntu.com>

        * src/arm/sysv.S (__ARM_ARCH__): Define for processor
        __ARM_ARCH_7EM__.

Modules/_ctypes/libffi/src/arm/sysv.S

index 4c289c697c75f3a1c7dcdbfa575ef11870f0c8b1..90643185c7f94871e4e3db2e55d7ba185e0e5f26 100644 (file)
@@ -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