[Buildroot] [PATCH 1/1] openssl: enable aarch64 optimization

Matthew Shyu matthew.shyu.amlogic at gmail.com
Tue Apr 19 10:26:46 UTC 2016


From: Matthew Shyu <matthew.shyu at amlogic.com>


Signed-off-by: Matthew Shyu <matthew.shyu at amlogic.com>
---
 package/openssl/openssl.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
index 3b8e525..2f50dfb 100644
--- a/package/openssl/openssl.mk
+++ b/package/openssl/openssl.mk
@@ -37,6 +37,9 @@ endif
 ifeq ($(ARCH),arm)
 OPENSSL_TARGET_ARCH = armv4
 endif
+ifeq ($(ARCH),aarch64)
+OPENSSL_TARGET_ARCH = aarch64
+endif
 ifeq ($(ARCH),powerpc)
 # 4xx cores seem to have trouble with openssl's ASM optimizations
 ifeq ($(BR2_powerpc_401)$(BR2_powerpc_403)$(BR2_powerpc_405)$(BR2_powerpc_405fp)$(BR2_powerpc_440)$(BR2_powerpc_440fp),)
-- 
1.7.9.5



More information about the buildroot mailing list