mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Merge pull request #1194 from gutleib/master
Add support for Elbrus-family CPU
This commit is contained in:
commit
4465d36db5
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ endif
|
|||
ifeq ($(CC_MACH),ppc64el)
|
||||
ZT_ARCHITECTURE=8
|
||||
endif
|
||||
ifeq ($(CC_MACH),e2k)
|
||||
ZT_ARCHITECTURE=2
|
||||
endif
|
||||
ifeq ($(CC_MACH),i386)
|
||||
ZT_ARCHITECTURE=1
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue