From: Elliott Hughes Date: Thu, 6 Feb 2014 20:51:07 +0000 (+0000) Subject: am 1fb20b43: am edba52bc: Merge "[MIPS64] Temporary placeholder build, to allow other... X-Git-Tag: android-x86-6.0-r1~130 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c27b10b198c1d9e9b51f2303994313ec2778edd7;p=android-x86%2Fexternal-llvm.git am 1fb20b43: am edba52bc: Merge "[MIPS64] Temporary placeholder build, to allow other projects to build" * commit '1fb20b43c912416e9f9696366235a091d2acfc65': [MIPS64] Temporary placeholder build, to allow other projects to build --- c27b10b198c1d9e9b51f2303994313ec2778edd7 diff --cc shared_llvm.mk index dd10a7d054d,718afb3b449..797a9b8dc59 --- a/shared_llvm.mk +++ b/shared_llvm.mk @@@ -89,10 -80,10 +89,11 @@@ endi include $(LLVM_HOST_BUILD_MK) include $(BUILD_HOST_SHARED_LIBRARY) +endif #TODOArm64: Enable llvm build - ifneq ($(TARGET_ARCH),arm64) + #TODOMips64: Enable llvm build + ifeq ($(filter $(TARGET_ARCH),arm64 mips64),) # DEVICE LLVM shared library build include $(CLEAR_VARS)