mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 06:14:02 -07:00
[+] add e2k64 arch
This commit is contained in:
parent
9f5bf06f95
commit
b3b99b0beb
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@ endif
|
|||
ifeq ($(CC_MACH),e2k)
|
||||
ZT_ARCHITECTURE=2
|
||||
endif
|
||||
ifeq ($(CC_MACH),e2k64)
|
||||
ZT_ARCHITECTURE=2
|
||||
endif
|
||||
ifeq ($(CC_MACH),i386)
|
||||
ZT_ARCHITECTURE=1
|
||||
ZT_SSO_SUPPORTED=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue