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)) ifeq ($(ARCH),$(filter $(ARCH),sh2 sh4))
override ARCH = sh override ARCH = sh
endif endif
ifeq ($(ARCH),$(filter $(ARCH),ppc64le))
override ARCH = ppc64
endif
LIBDIR := /lib LIBDIR := /lib
INCLUDEDIR := /usr/include INCLUDEDIR := /usr/include