mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Merge branch 'dev' of https://github.com/zerotier/zerotierone into dev
This commit is contained in:
commit
6cddb94509
3 changed files with 7 additions and 2 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