Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6bb8804ab719407221ed267e758215a7b82032e7..caf1b13052544aec09be0edced244028c1264c63 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -909,7 +909,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")', { |
+ ['(OS=="linux" or OS=="android") and (target_arch=="x64" or target_arch=="arm" or (target_arch=="ia32" and host_arch=="x64"))', { |
'linux_use_bundled_gold%': 1, |
}, { |
'linux_use_bundled_gold%': 0, |