mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-18 02:40:13 +00:00
Enable RV64
This commit is contained in:
parent
d7e5a92fe6
commit
d82b3684ac
@ -233,6 +233,9 @@ endif
|
||||
ifeq ($(CC_MACH),s390x)
|
||||
ZT_ARCHITECTURE=16
|
||||
endif
|
||||
ifeq ($(CC_MACH),riscv64)
|
||||
ZT_ARCHITECTURE=0
|
||||
endif
|
||||
|
||||
# Fail if system architecture could not be determined
|
||||
ifeq ($(ZT_ARCHITECTURE),999)
|
||||
|
Loading…
Reference in New Issue
Block a user