mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
openssl: enable aarch64 optimization
Signed-off-by: Matthew Shyu <matthew.shyu@amlogic.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0fc78cbe8b
commit
817d3a02ac
@ -37,6 +37,9 @@ endif
|
|||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
OPENSSL_TARGET_ARCH = armv4
|
OPENSSL_TARGET_ARCH = armv4
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(ARCH),aarch64)
|
||||||
|
OPENSSL_TARGET_ARCH = aarch64
|
||||||
|
endif
|
||||||
ifeq ($(ARCH),powerpc)
|
ifeq ($(ARCH),powerpc)
|
||||||
# 4xx cores seem to have trouble with openssl's ASM optimizations
|
# 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),)
|
ifeq ($(BR2_powerpc_401)$(BR2_powerpc_403)$(BR2_powerpc_405)$(BR2_powerpc_405fp)$(BR2_powerpc_440)$(BR2_powerpc_440fp),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user