Merge "Enable clang builds of mips/mips64 in bionic again."

am: 234ea78

* commit '234ea787210051a114d849ff28dfca16b9408197':
  Enable clang builds of mips/mips64 in bionic again.

Change-Id: If86a39aeb6b1c483a1d5f26a9a6514df7c302f8d
This commit is contained in:
Stephen Hines 2016-04-28 01:18:19 +00:00 committed by android-build-merger
commit 263c44436e

View file

@ -589,11 +589,6 @@ libc_common_cflags := \
use_clang := true
# b/25291096, Clang/llvm compiled libc.so for mips/mips64 failed to boot.
ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64))
use_clang := false
endif
# Try to catch typical 32-bit assumptions that break with 64-bit pointers.
libc_common_cflags += \
-Werror=pointer-to-int-cast \