diff --git a/Makefile.system b/Makefile.system index 925e5bd42..7ce8a3e04 100644 --- a/Makefile.system +++ b/Makefile.system @@ -18,6 +18,10 @@ HOSTARCH := $(shell uname -m) ifeq ($(HOSTARCH), amd64) HOSTARCH=x86_64 endif +ifeq ($(HOSTARCH), i386) +HOSTARCH=x86 +override BINARY=32 +endif # Catch conflicting usage of ARCH in some BSD environments ifeq ($(ARCH), amd64)