build: use ARCH=ppc64 by default on ppc64le

master
Ariadne Conill 2020-12-12 06:46:08 +00:00
parent 22b91690bc
commit c986ba340e
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ endif
ifeq ($(ARCH),$(filter $(ARCH),sh2 sh4))
override ARCH = sh
endif
ifeq ($(ARCH),$(filter $(ARCH),ppc64le))
override ARCH = ppc64
endif
LIBDIR := /lib
INCLUDEDIR := /usr/include