makefile: End the big-endian block in the right place (#8194)

This commit is contained in:
pkubaj 2021-06-18 13:47:40 +00:00 committed by GitHub
parent d5869ecbdb
commit 30d19a0fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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