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

Unified Diff: buildbot/buildbot_pnacl_toolchain.py

Issue 580983002: Remove i686-hosted Linux build and start switching to new directory layout (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: review 2, put back test and build.sh patch from PS5 Created 6 years, 3 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 | buildbot/buildbot_pnacl_toolchain_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/buildbot_pnacl_toolchain.py
diff --git a/buildbot/buildbot_pnacl_toolchain.py b/buildbot/buildbot_pnacl_toolchain.py
index 3d15f2fb53fe2a3753eb46c0375eb057e4f36d13..5d236955ec160fea1c1bf7cca1b42931f0fd06de 100755
--- a/buildbot/buildbot_pnacl_toolchain.py
+++ b/buildbot/buildbot_pnacl_toolchain.py
@@ -65,7 +65,7 @@ def ToolchainBuildCmd(python_executable=None, sync=False, extra_flags=[]):
# The path to the script is a relative path with forward slashes so it is
# interpreted properly when it uses __file__ inside cygwin
executable_args = ['toolchain_build/toolchain_build_pnacl.py',
- '--verbose', '--clobber', '--build-64bit-host',
+ '--verbose', '--clobber',
'--install', toolchain_install_dir]
if args.buildbot:
« no previous file with comments | « no previous file | buildbot/buildbot_pnacl_toolchain_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698