| Index: gypfiles/standalone.gypi
|
| diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi
|
| index c6c26fbbb54f78fc85364bc78c21edc4a6d31d36..85f0029aab102b787651a07592928fdedd3a1606 100644
|
| --- a/gypfiles/standalone.gypi
|
| +++ b/gypfiles/standalone.gypi
|
| @@ -169,7 +169,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=="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,
|
|
|