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
|
@ -74,7 +74,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \
|
#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__
|
# undef __ARM_ARCH__
|
||||||
# define __ARM_ARCH__ 7
|
# define __ARM_ARCH__ 7
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue