diff --git a/Makefile b/Makefile index f073772a..0236c64b 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,8 @@ ifeq ($(UNAME_M),x86_64) BINARY := $(BINARY64) else ifeq ($(UNAME_M),amd64) BINARY := $(BINARY64) +else ifeq ($(UNAME_M),i86pc) + BINARY := $(BINARY64) else ifeq ($(UNAME_M),s390x) BINARY := $(BINARYS390) else ifeq ($(UNAME_M),i686)