Index: DEPS |
diff --git a/DEPS b/DEPS |
index 68ae34f14051c4b4b1ef4aab32797d2d733ee6c2..1d20850d29833868d9a5b0725c867e840008638b 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -466,6 +466,8 @@ deps_os = { |
((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
Var("lss_revision")), |
+ # FIXME(mithro): src/third_party/binutils is replacing src/third_party/gold. |
+ # Remove gold when binutils is being used correctly. |
"src/third_party/gold": |
"/trunk/deps/third_party/gold@228995", |
@@ -743,6 +745,17 @@ hooks = [ |
"-s", "src/third_party/clang_format/bin/linux/clang-format.sha1", |
], |
}, |
+ # Pull binutils for linux, enabled debug fission for faster linking / |
+ # debugging when used with clang on Ubuntu Precise. |
+ # https://code.google.com/p/chromium/issues/detail?id=352046 |
+ { |
+ "name": "binutils", |
+ "pattern": "src/third_party/binutils", |
+ "action": [ |
+ "python", |
+ "src/third_party/binutils/download.py", |
+ ], |
+ }, |
# Pull eu-strip binaries using checked-in hashes. |
{ |
"name": "eu-strip", |