Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 989fb18c08502491d42ed6accbfddab6defe8b83..29d8f1a22e969c11f4269e2a38ecd1c8b55656d0 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -907,7 +907,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=="mipsel" or (target_arch=="ia32" and host_arch=="x64"))', { |
'linux_use_bundled_gold%': 1, |
}, { |
'linux_use_bundled_gold%': 0, |