Define __ANDROID__ for x86 to be on par with ARM build requirements

Change-Id: I79c8f29af1f20b694f22a39f848216022809a5c6
Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
This commit is contained in:
Bruce Beare
2010-07-08 14:59:16 -07:00
parent e62f2c263a
commit fe2ef85d5d

View File

@@ -159,7 +159,7 @@ $(TARGET_CXX) \
$(TARGET_CRTEND_O)
endef
TARGET_GLOBAL_CFLAGS += -m32
TARGET_GLOBAL_CFLAGS += -m32 -D__ANDROID__
TARGET_GLOBAL_LDFLAGS += -m32
endif #simulator