Skip to content

Commit

Permalink
Refs #415. Fixed the x86/i386 compiling bug with DYNAMIC_ARCH=1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyi committed Jul 17, 2014
1 parent f2eb480 commit 134fa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ ifeq ($(NO_AVX), 1)
CCOMMON_OPT += -DNO_AVX
endif

ifeq ($(BINARY), 32)
ifeq ($(ARCH), x86)
CCOMMON_OPT += -DNO_AVX
endif

Expand Down

0 comments on commit 134fa32

Please sign in to comment.