Browse Source

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

tags/v0.2.10^2
Zhang Xianyi 11 years ago
parent
commit
134fa320e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.system

+ 1
- 1
Makefile.system 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



Loading…
Cancel
Save