Merge "Switch libc default to clang."
This commit is contained in:
commit
50e0c388ac
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),mips mips64))
|
|||
endif
|
||||
|
||||
ifeq ($(use_clang),)
|
||||
use_clang := false
|
||||
use_clang := true
|
||||
endif
|
||||
|
||||
# Try to catch typical 32-bit assumptions that break with 64-bit pointers.
|
||||
|
|
Loading…
Reference in a new issue