Reviewers: Sven Panne,
Description:
Ignore unsupport host architectures for binutils download.
BUG=v8:3880
LOG=n
[email protected]
Please review this at https://codereview.chromium.org/908173002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -2 lines):
M third_party/binutils/download.py
Index: third_party/binutils/download.py
diff --git a/third_party/binutils/download.py
b/third_party/binutils/download.py
index
c3ca2052e50f1768cfeebdc2f317ea07cbe09793..44b6c65ccf11ad2d1a3a696b457b3924f7192998
100755
--- a/third_party/binutils/download.py
+++ b/third_party/binutils/download.py
@@ -110,8 +110,7 @@ def main(args):
return ret
# Fetch the x64 toolchain as well for official bots with 64-bit
kernels.
return FetchAndExtract('x64')
- print "Host architecture %s is not supported." % arch
- return 1
+ return 0
if __name__ == '__main__':
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.