Merge "Disable clang for mips/mips64 libc."
am: 8d5fb0d787
* commit '8d5fb0d78716379d07eddbd75c88c9b7082436ef':
  Disable clang for mips/mips64 libc.
			
			
This commit is contained in:
		@@ -625,6 +625,11 @@ ifeq ($(TARGET_ARCH),x86_64)
 | 
			
		||||
  use_clang := false
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
# 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
 | 
			
		||||
 | 
			
		||||
ifeq ($(use_clang),)
 | 
			
		||||
  use_clang := false
 | 
			
		||||
endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user