Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2113)

Unified Diff: build/common.gypi

Issue 9325068: Enable internal gold for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698