Stop pulling binutils from WebRTC DEPS.
TBR: titovartem@webrtc.org Bug: None Change-Id: If417a7c9dc952325076a5d75f38ac8e984285f9e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174755 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31194}
This commit is contained in:
parent
c623495fd1
commit
74ef940d79
12
DEPS
12
DEPS
@ -2555,18 +2555,6 @@ hooks = [
|
||||
'condition': 'checkout_mac',
|
||||
'action': ['python', 'src/build/mac_toolchain.py'],
|
||||
},
|
||||
# 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',
|
||||
'condition': 'host_os == "linux"',
|
||||
'action': [
|
||||
'python',
|
||||
'src/third_party/binutils/download.py',
|
||||
],
|
||||
},
|
||||
{
|
||||
# Note: On Win, this should run after win_toolchain, as it may use it.
|
||||
'name': 'clang',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user