Merge "Switch libc default to clang."

This commit is contained in:
Chih-hung Hsieh 2016-01-19 20:04:47 +00:00 committed by Gerrit Code Review
commit 50e0c388ac

View file

@ -632,7 +632,7 @@ ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64))
endif endif
ifeq ($(use_clang),) ifeq ($(use_clang),)
use_clang := false use_clang := true
endif endif
# Try to catch typical 32-bit assumptions that break with 64-bit pointers. # Try to catch typical 32-bit assumptions that break with 64-bit pointers.