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:
commit
263c44436e
1 changed files with 0 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue