| commit | ba8b377d89a3bd37ef6112e21c852be75e07db0a | [log] [tgz] |
|---|---|---|
| author | Ying Wang <wangying@google.com> | Mon Mar 10 18:23:08 2014 -0700 |
| committer | Ying Wang <wangying@google.com> | Mon Mar 10 18:59:12 2014 -0700 |
| tree | 658ecb5e764b86fb76256c76be0e2abe51e63e3d | |
| parent | 775d15e001d48d72a1b76982b1b5faa1eb37158f [diff] [blame] |
Split WITHOUT_CLANG to WITHOUT_HOST_CLANG and WITHOUT_TARGET_CLANG Still keep WITHOUT_CLANG, which enables both. Bug: 13402154 Change-Id: I32cb668223997719875751bf3d64f592d6086830
diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk index c1c6439..099edfa 100644 --- a/core/combo/TARGET_linux-mips64.mk +++ b/core/combo/TARGET_linux-mips64.mk
@@ -48,7 +48,7 @@ endif # TODO: Enable Clang when its mips64 prebuilt is added -WITHOUT_CLANG := true +WITHOUT_TARGET_CLANG := true include $(TARGET_ARCH_SPECIFIC_MAKEFILE)