mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
GitHub issue #701
This commit is contained in:
parent
6679a55693
commit
8c1b73b29c
1 changed files with 4 additions and 0 deletions
|
@ -188,6 +188,10 @@ ifeq ($(CC_MACH),mips64el)
|
|||
ZT_ARCHITECTURE=6
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
endif
|
||||
ifeq ($(CC_MACH),powerpc64le)
|
||||
ZT_ARCHITECTURE=7
|
||||
override DEFS+=-DZT_NO_TYPE_PUNNING
|
||||
endif
|
||||
|
||||
# Fail if system architecture could not be determined
|
||||
ifeq ($(ZT_ARCHITECTURE),999)
|
||||
|
|
Loading…
Add table
Reference in a new issue