Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -591,14 +591,9 @@ ISX86:=1
else ifeq ($(ARCH),x86_64)
BINARY:=64
ISX86:=1
else ifneq (,$(findstring arm,$(ARCH)))
ISX86:=0
else ifneq (,$(findstring powerpc,$(ARCH)))
ISX86:=0
else ifneq (,$(findstring ppc,$(ARCH)))
ISX86:=0
else
$(error "unknown word-size for arch: $(ARCH)")
# For all other architectures (ARM, PPC, AArch64, etc.)
ISX86:=0
endif

# If we are running on ARM, set certain options automatically
Expand Down