summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordavve <davve@opera.com>2016-01-14 08:40:39 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 16:42:51 +0000
commitfdc89d816f94bffaaaea2a2e72992a45e5ed7178 (patch)
tree01b2479732006dba0e5f94502b6b38b41310e080 /docs
parent55ab1243c5bec36da58ce1c37d648e931e80ba8d (diff)
downloadchromium_src-fdc89d816f94bffaaaea2a2e72992a45e5ed7178.zip
chromium_src-fdc89d816f94bffaaaea2a2e72992a45e5ed7178.tar.gz
chromium_src-fdc89d816f94bffaaaea2a2e72992a45e5ed7178.tar.bz2
Polish icecc instructions
Be more specific about when you have to use system linker with icecc. It seems to have broke with a glibc 2.21 upgrade. Review URL: https://codereview.chromium.org/1584133002 Cr-Commit-Position: refs/heads/master@{#369432}
Diffstat (limited to 'docs')
-rw-r--r--docs/linux_faster_builds.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/linux_faster_builds.md b/docs/linux_faster_builds.md
index 4ee1726..ccad74e 100644
--- a/docs/linux_faster_builds.md
+++ b/docs/linux_faster_builds.md
@@ -46,7 +46,8 @@ Icecc doesn't work with sysroot.
linux_use_bundled_gold=0
-Using the system linker is necessary since a recent binutils upgrade.
+Using the system linker is necessary when using glibc 2.21 or newer. See
+[related bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808181).
## Build only specific targets