| Index: build/config/sysroot.gni
|
| diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni
|
| index 2c26c34f24181c33d8a521f14e57053323026031..9208b4b32e452e1070c54b4d0615705a8b979858 100644
|
| --- a/build/config/sysroot.gni
|
| +++ b/build/config/sysroot.gni
|
| @@ -16,7 +16,8 @@ declare_args() {
|
| target_sysroot_dir = "//build/linux"
|
|
|
| use_sysroot = current_cpu != "s390x" && current_cpu != "s390" &&
|
| - current_cpu != "ppc64" && current_cpu != "ppc"
|
| + current_cpu != "ppc64" && current_cpu != "ppc" &&
|
| + current_cpu != "mips" && current_cpu != "mips64"
|
| }
|
|
|
| if (current_os == target_os && current_cpu == target_cpu &&
|
|
|