Define IS_X86 to 0 for ARM targets

This commit is contained in:
twinaphex 2013-07-14 02:43:04 +02:00
parent a8bef1ebba
commit c5d407cd00

View File

@ -408,6 +408,7 @@ else ifneq (,$(findstring armv,$(platform)))
CC = gcc
LDFLAGS += $(PTHREAD_FLAGS)
FLAGS += $(PTHREAD_FLAGS) -DHAVE_MKDIR
IS_X86 = 0
ifneq (,$(findstring cortexa8,$(platform)))
FLAGS += -marm -mcpu=cortex-a8
ASFLAGS += -mcpu=cortex-a8