mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Add lines to enable Elbrus (https://en.wikipedia.org/wiki/Elbrus-8S) microprocessor architecture. No changes in code, only in build procedure (recognise relevant ARCH output.
This commit is contained in:
parent
ca89695270
commit
d2db307bee
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@ endif
|
||||||
ifeq ($(CC_MACH),ppc64el)
|
ifeq ($(CC_MACH),ppc64el)
|
||||||
ZT_ARCHITECTURE=8
|
ZT_ARCHITECTURE=8
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(CC_MACH),e2k)
|
||||||
|
ZT_ARCHITECTURE=2
|
||||||
|
endif
|
||||||
ifeq ($(CC_MACH),i386)
|
ifeq ($(CC_MACH),i386)
|
||||||
ZT_ARCHITECTURE=1
|
ZT_ARCHITECTURE=1
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue