mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Backport from the libffi trunk:
2010-02-15 Matthias Klose <doko@ubuntu.com> * src/arm/sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__.
This commit is contained in:
parent
817acef0e6
commit
d72ca858a6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue