diff options
author | Raphael <raphael@google.com> | 2011-03-25 16:21:38 -0700 |
---|---|---|
committer | Raphael <raphael@google.com> | 2011-03-25 16:21:38 -0700 |
commit | 2396a0db9264d5b1c1243d9eb9c563d43f5e586e (patch) | |
tree | 895d52fec5154971f8eda47b94868c13b9053a6a /core/combo | |
parent | 507c3eac6a46ae2fa2b8b052003d5691cb7b9bfc (diff) | |
parent | 9b4660a1c6edae915c39261bc3d1a3f3696075c4 (diff) | |
download | build-2396a0db9264d5b1c1243d9eb9c563d43f5e586e.zip build-2396a0db9264d5b1c1243d9eb9c563d43f5e586e.tar.gz build-2396a0db9264d5b1c1243d9eb9c563d43f5e586e.tar.bz2 |
resolved conflicts for merge of 9b4660a1 to master
Change-Id: Ide155e276c6e994ad330a5ac1c2676a7acc1efed
Diffstat (limited to 'core/combo')
-rw-r--r-- | core/combo/TARGET_linux-x86.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index b0cc80c..25f8aec 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -89,6 +89,7 @@ else TARGET_GLOBAL_CFLAGS += -march=i686 endif +TARGET_GLOBAL_CFLAGS += -mbionic TARGET_GLOBAL_CFLAGS += -D__ANDROID__ TARGET_GLOBAL_LDFLAGS += -m32 |