Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 778ece46f31ed19e110c97b9432eb071e07a37d6..fec6919a37b40449eb60a87c1da74772110049b3 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -371,9 +371,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"', { |
'linux_use_gold_binary%': 1, |
}, { |
'linux_use_gold_binary%': 0, |