mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Add support for armv7ve
This commit adds support for ARM armv7ve arch. The extended version of the ARMv7-A architecture with support for virtualization.
This commit is contained in:
parent
b6b11dbf82
commit
182f16d2a4
@ -205,6 +205,11 @@ ifeq ($(CC_MACH),armv7hl)
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
ZT_USE_ARM32_NEON_ASM_CRYPTO=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),armv7ve)
|
||||
ZT_ARCHITECTURE=3
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
ZT_USE_ARM32_NEON_ASM_CRYPTO=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),arm64)
|
||||
ZT_ARCHITECTURE=4
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
|
Loading…
x
Reference in New Issue
Block a user