summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch')
-rw-r--r--meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch b/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
index 803c06b218..c380c14491 100644
--- a/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
+++ b/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
@@ -42,8 +42,8 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
42 /* old gcc doesn't support some poly64x2_t intrinsic */ 42 /* old gcc doesn't support some poly64x2_t intrinsic */
43 #if defined(__aarch64__) && defined(IS_LITTLE_ENDIAN) && \ 43 #if defined(__aarch64__) && defined(IS_LITTLE_ENDIAN) && \
44 (defined(__clang__) || defined(__GNUC__) && __GNUC__ > 6) 44 (defined(__clang__) || defined(__GNUC__) && __GNUC__ > 6)
45@@ -28,6 +29,7 @@ 45@@ -25,6 +26,7 @@
46 * that compiler uses -mfpu=neon only. */ 46 /* We don't test on big endian platform, so disable this on big endian. */
47 #define USE_ARM_GCM 47 #define USE_ARM_GCM
48 #endif 48 #endif
49+#endif 49+#endif