Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 8fcb3045ba156f68db5439926ec2d5ee749513b3..f30ca5900f2bdcf502305590c77bd574858d52e3 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -378,9 +378,8 @@ |
}], |
# Set to 0 to not use third_party/gold as the linker. |
- # On by default for x64 Linux. Off for ChromeOS as cross-compiling |
- # makes things complicated. |
- ['chromeos==0 and host_arch=="x64"', { |
+ # On by default for x64 Linux. |
+ ['host_arch=="x64"', { |
xiyuan
2012/02/07 17:51:40
Is this change a result of rebase/merge?
Ivan Korotkov
2012/02/07 17:57:28
Yep, thanks.
|
'linux_use_gold_binary%': 1, |
}, { |
'linux_use_gold_binary%': 0, |