diff options
author | Ying Wang <wangying@google.com> | 2010-08-19 17:39:26 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2010-08-19 17:39:26 -0700 |
commit | 28c238c9ded0b5c91e122c94b5a02d76a5245c11 (patch) | |
tree | b85fb84a4b31993292f3d88b66df518ed5975b3c /lib/Target/X86/Android.mk | |
parent | 3e5165a7cc01d28b680a5f409eda72788cb451d3 (diff) | |
download | external_llvm-28c238c9ded0b5c91e122c94b5a02d76a5245c11.zip external_llvm-28c238c9ded0b5c91e122c94b5a02d76a5245c11.tar.gz external_llvm-28c238c9ded0b5c91e122c94b5a02d76a5245c11.tar.bz2 |
Fix sim build.
Note that this only makes the sim build green, but the built images won't work for sure:
No libbcc.so, which depends on something else that can not build in sim mode.
No x86 bitcode is generated as well, I believe.
Change-Id: Idca8378427196622ac77cd56a38c6a160f03ba22
Diffstat (limited to 'lib/Target/X86/Android.mk')
-rw-r--r-- | lib/Target/X86/Android.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/X86/Android.mk b/lib/Target/X86/Android.mk index 1e9d6cb..701913c 100644 --- a/lib/Target/X86/Android.mk +++ b/lib/Target/X86/Android.mk @@ -1,6 +1,3 @@ -# Only use this on the device or emulator. -ifeq ($(TARGET_ARCH),arm) - LOCAL_PATH := $(call my-dir) # For the host only @@ -48,5 +45,3 @@ include $(LLVM_HOST_BUILD_MK) include $(LLVM_TBLGEN_RULES_MK) include $(LLVM_GEN_INTRINSICS_MK) include $(BUILD_HOST_STATIC_LIBRARY) - -endif |