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

Unified Diff: docs/linux_faster_builds.md

Issue 1575843002: Add note about using the system linker with icecc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: docs/linux_faster_builds.md
diff --git a/docs/linux_faster_builds.md b/docs/linux_faster_builds.md
index dd6285e481bd53f8ab9c822eed174fca7082b8f8..4ee17264fd00e4af80085d328547504e8d25278c 100644
--- a/docs/linux_faster_builds.md
+++ b/docs/linux_faster_builds.md
@@ -44,6 +44,10 @@ Icecc doesn't support clang yet.
Icecc doesn't work with sysroot.
+ linux_use_bundled_gold=0
+
+Using the system linker is necessary since a recent binutils upgrade.
Nico 2016/01/13 20:47:16 What's "recent"? What will this mean in 4 months?
davve 2016/01/14 08:13:02 I get your point. :) https://bugs.debian.org/cgi-
+
## Build only specific targets
If you specify just the target(s) you want built, the build will only walk that
« 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