Merge branch 'dev' into edge

This commit is contained in:
Adam Ierymenko 2018-03-29 13:34:54 -07:00
commit 2021f8cb5f
10 changed files with 122 additions and 51 deletions

View file

@ -193,6 +193,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)