diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-03-29 13:34:54 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-03-29 13:34:54 -0700 |
| commit | 2021f8cb5f350256e758e416c2683160ddcb49a9 (patch) | |
| tree | d34a5b2656f5326788dd78221121163b75faec67 /make-linux.mk | |
| parent | af74fe1711b1ecef367632b22e349544d17ab2ee (diff) | |
| parent | 40a9ebd07854e5ce07b0d70a5a778399c036b0e5 (diff) | |
| download | infinitytier-2021f8cb5f350256e758e416c2683160ddcb49a9.tar.gz infinitytier-2021f8cb5f350256e758e416c2683160ddcb49a9.zip | |
Merge branch 'dev' into edge
Diffstat (limited to 'make-linux.mk')
| -rw-r--r-- | make-linux.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make-linux.mk b/make-linux.mk index 0f057cc5..682fdee4 100644 --- a/make-linux.mk +++ b/make-linux.mk @@ -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) |
