From 30d19a0fa35c0f7d5a2de3b44868b22a1db9027d Mon Sep 17 00:00:00 2001 From: pkubaj Date: Fri, 18 Jun 2021 13:47:40 +0000 Subject: [PATCH] makefile: End the big-endian block in the right place (#8194) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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