OSDN Git Service

Do not build art with clang for mips64
authorLazar Trsic <Lazar.Trsic@imgtec.com>
Fri, 27 Nov 2015 13:33:06 +0000 (14:33 +0100)
committerChih-Hung Hsieh <chh@google.com>
Mon, 30 Nov 2015 19:39:49 +0000 (11:39 -0800)
Clang generates illegal instruction on mips64r6 with -O0.
https://dmz-portal.mips.com/bugz/show_bug.cgi?id=2218

BUG: 25928358

Change-Id: I8ccd644f1509b4b341384fa67facc07cb966dfa8

build/Android.common_build.mk

index cd9d18d..a93d8a8 100644 (file)
@@ -118,7 +118,8 @@ endif
 ART_TARGET_CLANG_arm := false
 ART_TARGET_CLANG_arm64 :=
 ART_TARGET_CLANG_mips :=
-ART_TARGET_CLANG_mips64 :=
+# b/25928358, illegal instruction on mips64r6 with -O0
+ART_TARGET_CLANG_mips64 := false
 ART_TARGET_CLANG_x86 :=
 ART_TARGET_CLANG_x86_64 :=