Refs #415. Fixed the x86/i386 compiling bug with DYNAMIC_ARCH=1.
authorZhang Xianyi <traits.zhang@gmail.com>
Thu, 17 Jul 2014 07:02:01 +0000 (15:02 +0800)
committerZhang Xianyi <traits.zhang@gmail.com>
Thu, 17 Jul 2014 07:02:01 +0000 (15:02 +0800)
Makefile.system

index c872a55..370da59 100644 (file)
@@ -780,7 +780,7 @@ ifeq ($(NO_AVX), 1)
 CCOMMON_OPT    += -DNO_AVX
 endif
 
-ifeq ($(BINARY), 32)
+ifeq ($(ARCH), x86)
 CCOMMON_OPT    += -DNO_AVX
 endif