From: Andy Polyakov Date: Wed, 19 Oct 2011 18:57:03 +0000 (+0000) Subject: arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__. X-Git-Tag: OpenSSL-fips-2_0-rc1~28 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=3ee4d41fe14b90b333bb21e4e724939adbcd1a93 arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__. --- 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