| Index: build/config/compiler/compiler.gni
|
| diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
|
| index 13109c28639bf43b10415136942e174fefad33b3..2348a1af56b5966fc21c9fa9cfd7bd0d5830ff5c 100644
|
| --- a/build/config/compiler/compiler.gni
|
| +++ b/build/config/compiler/compiler.gni
|
| @@ -39,7 +39,7 @@ declare_args() {
|
| use_gold = !use_lld && !(is_chromecast && is_linux &&
|
| (current_cpu == "arm" || current_cpu == "mipsel")) &&
|
| ((is_linux && (current_cpu == "x64" || current_cpu == "x86" ||
|
| - current_cpu == "arm")) ||
|
| + current_cpu == "arm" || current_cpu == "mipsel")) ||
|
| (is_android && (current_cpu == "x86" || current_cpu == "x64" ||
|
| current_cpu == "arm")))
|
| }
|
|
|