diff options
author | 2021-06-18 13:47:40 +0000 | |
---|---|---|
committer | 2021-06-18 09:47:40 -0400 | |
commit | 30d19a0fa35c0f7d5a2de3b44868b22a1db9027d (patch) | |
tree | 95197cb870c68037909bd3596e6293736d288581 | |
parent | d5869ecbdbe8fd82d316a269cc29b92e36358ea6 (diff) |
makefile: End the big-endian block in the right place (#8194)
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -429,7 +429,6 @@ endif ifneq (,$(findstring s390x,$(UNAME))) BIGENDIAN := 1 endif -endif # BIGENDIAN # FreeBSD ifneq (,$(findstring powerpc,$(UNAME))) ifneq (,$(findstring powerpc64le,$(UNAME))) @@ -438,6 +437,7 @@ else BIGENDIAN := 1 endif endif +endif # BIGENDIAN ifndef PYTHON_EXECUTABLE PYTHON := python |