From fe2ef85d5d41cfa28c9fe8ef86da3dbaaeec1aba Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Thu, 8 Jul 2010 14:59:16 -0700 Subject: [PATCH] Define __ANDROID__ for x86 to be on par with ARM build requirements Change-Id: I79c8f29af1f20b694f22a39f848216022809a5c6 Signed-off-by: Bruce Beare --- core/combo/TARGET_linux-x86.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 0613797988..6d123d0a61 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -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