aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2015-01-13 18:15:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-13 18:15:32 +0000
commitefcb663f31dc770ce6bdc4236338cf274795d677 (patch)
tree9cb43cbbfb7c6c3c95d4ed690d39778dc2ab6e80
parent7b8e9e1f284f7c1c69155bf3261d88aef6d8cae3 (diff)
parentbfce8360fffc898b8cc7f642916a717f1610120f (diff)
downloadv8-efcb663f31dc770ce6bdc4236338cf274795d677.tar.gz
am bfce8360: Merge "Revert "Disable clang compiler for the mips target.""
* commit 'bfce8360fffc898b8cc7f642916a717f1610120f': Revert "Disable clang compiler for the mips target."
-rw-r--r--Android.libv8.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.libv8.mk b/Android.libv8.mk
index b1678988..41815ce5 100644
--- a/Android.libv8.mk
+++ b/Android.libv8.mk
@@ -107,11 +107,6 @@ LOCAL_CFLAGS_arm64 += -DV8_TARGET_ARCH_ARM64
# expected compatible register, symbol or integer in range [0, 4095]
LOCAL_CLANG_CFLAGS_arm64 += -no-integrated-as
-# mark-compact.cc has error: macro used $at after ".set noat"
-ifeq ($(TARGET_ARCH),mips)
- LOCAL_CLANG := false
-endif
-
LOCAL_CFLAGS_mips += -DV8_TARGET_ARCH_MIPS \
-Umips \
-finline-limit=64 \