| Index: build/toolchain/linux/BUILD.gn
|
| diff --git a/build/toolchain/linux/BUILD.gn b/build/toolchain/linux/BUILD.gn
|
| index ffb378beb8814a339572a0948f23be869cc0afde..0532d80ea9cd97a77858cc3bec97480e11a5886d 100644
|
| --- a/build/toolchain/linux/BUILD.gn
|
| +++ b/build/toolchain/linux/BUILD.gn
|
| @@ -123,7 +123,7 @@ toolchain("32") {
|
| # When invoking this toolchain not as the default one, these args will be
|
| # passed to the build. They are ignored when this is the default toolchain.
|
| toolchain_args() {
|
| - cpu_arch = "x32"
|
| + cpu_arch = "x86"
|
| }
|
| }
|
|
|
|
|