summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author pkubaj <pkubaj@users.noreply.github.com>2021-06-18 13:47:40 +0000
committer GitHub <noreply@github.com>2021-06-18 09:47:40 -0400
commit30d19a0fa35c0f7d5a2de3b44868b22a1db9027d (patch)
tree95197cb870c68037909bd3596e6293736d288581
parentd5869ecbdbe8fd82d316a269cc29b92e36358ea6 (diff)
makefile: End the big-endian block in the right place (#8194)
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1097656fafd..7738b07fa57 100644
--- a/makefile
+++ b/makefile
@@ -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