From 844bb05d503bc7b4803aff968c6b945227003687 Mon Sep 17 00:00:00 2001 From: powturbo Date: Tue, 22 Oct 2019 23:14:52 +0200 Subject: [PATCH] . --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 8745e6c..220ad83 100644 --- a/makefile +++ b/makefile @@ -37,9 +37,9 @@ else ifeq (,$(filter $(UNAMEA),aarch64)) OS := arm64 endif -ifeq (,$(filter $(UNAMEA),ppc64le)) - OS := ppc64le -endif +#ifeq (,$(filter $(UNAMEA),ppc64le)) +# OS := ppc64le +#endif #ifneq (,$(findstring ppc64le, $(CC))) # OS := ppc64le #endif