| 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: | 
|  |