summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-10-19 18:57:03 +0000
committerAndy Polyakov <appro@openssl.org>2011-10-19 18:57:03 +0000
commit3ee4d41fe14b90b333bb21e4e724939adbcd1a93 (patch)
tree940cc00002b435814c3ecf56d5e843d6c61b28c0 /crypto
parentf39175020533331a1a29472719994db4bb2a162a (diff)
arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/arm_arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h
index 861e3def9e..a50c366976 100644
--- a/crypto/arm_arch.h
+++ b/crypto/arm_arch.h
@@ -26,7 +26,8 @@
defined(__ARM_ARCH_6T2__)
# define __ARM_ARCH__ 6
# elif defined(__ARM_ARCH_5__) || defined(__ARM_ARCH_5T__) || \
- defined(__ARM_ARCH_5E__)|| defined(__ARM_ARCH_5TE__)
+ defined(__ARM_ARCH_5E__)|| defined(__ARM_ARCH_5TE__) || \
+ defined(__ARM_ARCH_5TEJ__)
# define __ARM_ARCH__ 5
# elif defined(__ARM_ARCH_4__) || defined(__ARM_ARCH_4T__)
# define __ARM_ARCH__ 4