Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: third_party/binutils/download.py

Issue 908173002: Ignore unsupport host architectures for binutils download. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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__':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698