| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f4bba742dbb13fe1e38964da56d107d0be2231b6..452621d5dcc10b4b8d409ab6575841ebdd8e0d2d 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -911,7 +911,7 @@
|
| # are using a custom toolchain and need to control -B in ldflags.
|
| # Do not use 32-bit gold on 32-bit hosts as it runs out address space
|
| # for component=static_library builds.
|
| - ['(OS=="linux" or OS=="android") and (target_arch=="x64" or target_arch=="arm" or target_arch=="mipsel" or (target_arch=="ia32" and host_arch=="x64"))', {
|
| + ['((OS=="linux" or OS=="android") and (target_arch=="x64" or target_arch=="arm" or (target_arch=="ia32" and host_arch=="x64"))) or (OS=="linux" and target_arch=="mipsel")', {
|
| 'linux_use_bundled_gold%': 1,
|
| }, {
|
| 'linux_use_bundled_gold%': 0,
|
|
|