mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Enable RV64
This commit is contained in:
parent
d7e5a92fe6
commit
d82b3684ac
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue