 Chromium Code Reviews
 Chromium Code Reviews Issue 1575843002:
  Add note about using the system linker with icecc  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1575843002:
  Add note about using the system linker with icecc  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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 |