.
This commit is contained in:
4
makefile
4
makefile
@ -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)))
|
||||||
|
Reference in New Issue
Block a user