Refs #415. Fixed the x86/i386 compiling bug with DYNAMIC_ARCH=1.

This commit is contained in:
Zhang Xianyi 2014-07-17 15:02:01 +08:00
parent f2eb480738
commit 134fa320e6
1 changed files with 1 additions and 1 deletions

View 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