mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
parent
4dbdfb6972
commit
40681328ec
2 changed files with 6 additions and 1 deletions
|
@ -252,6 +252,10 @@ endif
|
|||
ifeq ($(CC_MACH),riscv64)
|
||||
ZT_ARCHITECTURE=0
|
||||
endif
|
||||
ifeq ($(CC_MACH),loongarch64)
|
||||
ZT_ARCHITECTURE=17
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
endif
|
||||
|
||||
# Fail if system architecture could not be determined
|
||||
ifeq ($(ZT_ARCHITECTURE),999)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue