Enable clang builds of mips/mips64 in bionic again.
Bug: http://b/25291096 The latest clang-2812033 prebuilts have all the necessary cherry-picks to fix the mips booting issues from the past. Change-Id: Ib3b364daaa50ef55401e016b92419b64f02f03dc
This commit is contained in:
parent
e1be20f648
commit
b5f58793cf
|
@ -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 New Issue