diff --git a/Makefile.system b/Makefile.system index c872a55dc..370da5928 100644 --- a/Makefile.system +++ b/Makefile.system @@ -780,7 +780,7 @@ ifeq ($(NO_AVX), 1) CCOMMON_OPT += -DNO_AVX endif -ifeq ($(BINARY), 32) +ifeq ($(ARCH), x86) CCOMMON_OPT += -DNO_AVX endif