mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
[+] add e2k64 arch (#1890)
This commit is contained in:
parent
a1af94f4e9
commit
eedf270127
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
Reference in a new issue