mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
makefile: End the big-endian block in the right place (#8194)
This commit is contained in:
parent
d5869ecbdb
commit
30d19a0fa3
2
makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user