projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f391750
)
arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.
author
Andy Polyakov
<appro@openssl.org>
Wed, 19 Oct 2011 18:57:03 +0000
(18:57 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 19 Oct 2011 18:57:03 +0000
(18:57 +0000)
crypto/arm_arch.h
patch
|
blob
|
history
diff --git
a/crypto/arm_arch.h
b/crypto/arm_arch.h
index 861e3def9e48ebfa2dfaef870199d0ae918b162b..a50c36697611551167f7d2ac222f6d0403b1837f 100644
(file)
--- 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