mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 04:56:55 +02:00
enable on x32
This commit is contained in:
parent
df6bbb0b0c
commit
211b1fc23c
1 changed files with 4 additions and 0 deletions
|
@ -146,15 +146,19 @@ ifeq ($(CC_MACH),e2k)
|
|||
endif
|
||||
ifeq ($(CC_MACH),i386)
|
||||
ZT_ARCHITECTURE=1
|
||||
ZT_SSO_SUPPORTED=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),i486)
|
||||
ZT_ARCHITECTURE=1
|
||||
ZT_SSO_SUPPORTED=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),i586)
|
||||
ZT_ARCHITECTURE=1
|
||||
ZT_SSO_SUPPORTED=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),i686)
|
||||
ZT_ARCHITECTURE=1
|
||||
ZT_SSO_SUPPORTED=1
|
||||
endif
|
||||
ifeq ($(CC_MACH),arm)
|
||||
ZT_ARCHITECTURE=3
|
||||
|
|
Loading…
Add table
Reference in a new issue