summaryrefslogtreecommitdiffstats
path: root/patches/chromium/third_party/openssl/0001-Use-chacha_vec.c-to-avoid-hard-soft-float-mismatch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/chromium/third_party/openssl/0001-Use-chacha_vec.c-to-avoid-hard-soft-float-mismatch.patch')
-rw-r--r--patches/chromium/third_party/openssl/0001-Use-chacha_vec.c-to-avoid-hard-soft-float-mismatch.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/chromium/third_party/openssl/0001-Use-chacha_vec.c-to-avoid-hard-soft-float-mismatch.patch b/patches/chromium/third_party/openssl/0001-Use-chacha_vec.c-to-avoid-hard-soft-float-mismatch.patch
index 08740fa16..43dfa8b75 100644
--- a/patches/chromium/third_party/openssl/0001-Use-chacha_vec.c-to-avoid-hard-soft-float-mismatch.patch
+++ b/patches/chromium/third_party/openssl/0001-Use-chacha_vec.c-to-avoid-hard-soft-float-mismatch.patch
@@ -29,14 +29,14 @@ index 856b72e..d9cf5d8 100644
'openssl/crypto/sha/asm/sha512-armv4.S',
],
+ 'conditions': [
-+ ['arm_neon_optional==1 and arm_tune=="cortex-a8"', {
++ ['arm_float_abi=="hard"', {
+ 'openssl_arm_sources+': [
-+ 'openssl/crypto/chacha/chacha_vec_arm.S',
++ 'openssl/crypto/chacha/chacha_vec.c',
+ ],
+ },
+ {
+ 'openssl_arm_sources+': [
-+ 'openssl/crypto/chacha/chacha_vec.c',
++ 'openssl/crypto/chacha/chacha_vec_arm.S',
+ ],
+ }],
+ ],