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