summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/crypto.arm_arch.h.p
blob: 093e4de16b58dd7619eb8d2ef4b1b7fc5ce8252e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- crypto/arm_arch.h  2015-07-09 12:21:24.000000000 +0000
+++ crypto/arm_arch.h  2015-11-13 13:47:02.386910047 +0000
@@ -51,6 +51,8 @@
 #    define __ARM_ARCH__ 5
 #   elif defined(__ARM_ARCH_4__) || defined(__ARM_ARCH_4T__)
 #    define __ARM_ARCH__ 4
+#   elif defined(__ARM_ARCH_3__)
+#    define __ARM_ARCH__ 3
 #   else
 #    error "unsupported ARM architecture"
 #   endif