Index: build/config/BUILDCONFIG.gn |
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn |
index 4dddecd6fa057b33d1e23d1737b2a66b2a7e0c5f..514454da63730c5f5e38f53053d6962cc982e1da 100644 |
--- a/build/config/BUILDCONFIG.gn |
+++ b/build/config/BUILDCONFIG.gn |
@@ -138,7 +138,8 @@ declare_args() { |
is_clang = |
current_os == "mac" || current_os == "ios" || current_os == "chromeos" || |
(current_os == "linux" && current_cpu != "s390x" && |
- current_cpu != "s390" && current_cpu != "ppc64" && current_cpu != "ppc") |
+ current_cpu != "s390" && current_cpu != "ppc64" && |
+ current_cpu != "ppc" && current_cpu != "mips" && current_cpu != "mips64") |
# Allows the path to a custom target toolchain to be injected as a single |
# argument, and set as the default toolchain. |