This commit is contained in:
powturbo
2019-10-22 22:58:52 +02:00
committed by GitHub
parent fb94c5e3a9
commit 1db2fb05f1

View File

@ -34,10 +34,10 @@ CFLAGS+=-D__int64_t=int64_t
else else
OS := $(shell uname -s) OS := $(shell uname -s)
UNAMEA := shell uname -a UNAMEA := shell uname -a
ifneq (,$(filter $(UNAMEA),aarch64)) ifeq (,$(filter $(UNAMEA),aarch64))
OS := arm64 OS := arm64
endif endif
ifneq (,$(filter $(UNAMEA),ppc64le)) ifeq (,$(filter $(UNAMEA),ppc64le))
OS := ppc64le OS := ppc64le
endif endif
ifeq (,$(findstring ppc64le, $(CC))) ifeq (,$(findstring ppc64le, $(CC)))