aboutsummaryrefslogtreecommitdiffstats
path: root/shared_llvm.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-06 20:51:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-06 20:51:07 +0000
commitc27b10b198c1d9e9b51f2303994313ec2778edd7 (patch)
treece1cf7e1ff95ee61c9b8bcf142800ecb3ca41bd9 /shared_llvm.mk
parent877a6e141800bbf7468ea237f98c01823d0abe0a (diff)
parent1fb20b43c912416e9f9696366235a091d2acfc65 (diff)
downloadexternal_llvm-c27b10b198c1d9e9b51f2303994313ec2778edd7.zip
external_llvm-c27b10b198c1d9e9b51f2303994313ec2778edd7.tar.gz
external_llvm-c27b10b198c1d9e9b51f2303994313ec2778edd7.tar.bz2
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
Diffstat (limited to 'shared_llvm.mk')
-rw-r--r--shared_llvm.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/shared_llvm.mk b/shared_llvm.mk
index dd10a7d..797a9b8 100644
--- a/shared_llvm.mk
+++ b/shared_llvm.mk
@@ -92,7 +92,8 @@ 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)
@@ -126,6 +127,6 @@ LOCAL_SHARED_LIBRARIES := libcutils libdl libstlport
include $(LLVM_DEVICE_BUILD_MK)
include $(BUILD_SHARED_LIBRARY)
-endif # !arm64
+endif # !(arm64 || mips64)
endif # don't build in unbundled branches