mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +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)
|
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…
Add table
Reference in a new issue