diff options
author | davve <davve@opera.com> | 2016-01-14 08:40:39 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-14 16:42:51 +0000 |
commit | fdc89d816f94bffaaaea2a2e72992a45e5ed7178 (patch) | |
tree | 01b2479732006dba0e5f94502b6b38b41310e080 /docs | |
parent | 55ab1243c5bec36da58ce1c37d648e931e80ba8d (diff) | |
download | chromium_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.md | 3 |
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 |