summaryrefslogtreecommitdiffstats
path: root/build/download_nacl_toolchains.py
Commit message (Collapse)AuthorAgeFilesLines
* Update NaCl ARM build flags now that gcc used as default compiler.sbc@chromium.org2013-04-051-10/+9
| | | | | | | | | | | | | | | | Second attempt at this change. The required a native_client change: https://codereview.chromium.org/12499011/ Thus this change also brings in NaCl changes from 11084:11126 inclusive. BUG=196627 TEST=run nacl brower tests one ARM linux Review URL: https://chromiumcodereview.appspot.com/13652003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192521 0039d316-1c4b-4281-b951-d872f2087c98
* Bump DEPS and use new download_toolchains.py in NaCl Repo.noelallen@chromium.org2012-08-011-1/+7
| | | | | | | | | | | | Remove hashes from DEPS file and instead use the ones specified in the NaCl repo for the version of NativeClient specified in the DEPS file. BUG=http://code.google.com/p/chromium/issues/detail?id=138285 TBR= bradnelson@google.com Review URL: https://chromiumcodereview.appspot.com/10821118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149360 0039d316-1c4b-4281-b951-d872f2087c98
* Support for ARM NaCl untrusted runtime build.olonho@google.com2012-04-031-1/+10
| | | | | | | | | | | | This one depends on https://chromiumcodereview.appspot.com/9816003/ on NaCl side and indeed produces working untrusted runtime. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2687 TEST=Compile for ARM with "GYP_DEFINES="target_arch=arm sysroot=~/rootfs/" and run DOSBox with produced untrusted runtime. Review URL: https://chromiumcodereview.appspot.com/9838005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130386 0039d316-1c4b-4281-b951-d872f2087c98
* Fix PNaCl SDK Buildernoelallen@chromium.org2012-02-151-1/+2
| | | | | | | | | | | | | Change download script to make sure 'pnacl' sdk builder gets toolchain. Change tarball name for pnacl build to avoid collision. For now have pnacl toolchain only build pnacl pieces. TBR= sehr@google.com BUG=11292 Review URL: http://codereview.chromium.org/9408003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122149 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 122113 - Fix pnacl SDK buildersky@chromium.org2012-02-151-2/+1
| | | | | | | | | | | | | | | | | Change download script to make sure 'pnacl' sdk builder gets toolchain. Change tarball name for pnacl build to avoid collision. For now have pnacl toolchain only build pnacl pieces. This change affects SDK builders not Chrome directly. TBR= sehr@google.com BUG= 11292 Review URL: https://chromiumcodereview.appspot.com/9407014 TBR=noelallen@google.com Review URL: https://chromiumcodereview.appspot.com/9407015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122115 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pnacl SDK buildernoelallen@google.com2012-02-151-1/+2
| | | | | | | | | | | | | | Change download script to make sure 'pnacl' sdk builder gets toolchain. Change tarball name for pnacl build to avoid collision. For now have pnacl toolchain only build pnacl pieces. This change affects SDK builders not Chrome directly. TBR= sehr@google.com BUG= 11292 Review URL: https://chromiumcodereview.appspot.com/9407014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122113 0039d316-1c4b-4281-b951-d872f2087c98
* Support optional PNaCl download by bots.noelallen@chromium.org2012-02-081-0/+15
| | | | | | | | | | | Adds and optional download for bots triggered by environment variable. This download will only happen on SDK bots until we switch to PNaCl. BUG= 112929 Review URL: http://codereview.chromium.org/9323023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120918 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling use of custom build of nacl toolchains for chromeos asbradnelson@google.com2012-01-111-14/+1
| | | | | | | | | | | the canned nacl toolchain should now function in the chromeos chroot. BUG=None TEST=trybots R=mcgrathr@chromium.org Review URL: http://codereview.chromium.org/9168036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117275 0039d316-1c4b-4281-b951-d872f2087c98
* Don't download the NaCl toolchain if GYP_DEFINES contains disable_nacl=1jochen@chromium.org2011-12-061-0/+3
| | | | | | | | | | BUG=none TEST=manual Review URL: http://codereview.chromium.org/8820022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113279 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new nacl toolchain for chromeos.bradnelson@google.com2011-11-291-2/+2
| | | | | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=105658 TEST=None R=aa@chromium.org TBR Review URL: http://codereview.chromium.org/8728022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111857 0039d316-1c4b-4281-b951-d872f2087c98
* Fix python scripts in src/build/maruel@chromium.org2011-11-231-2/+3
| | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=michaelbai@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8667008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111385 0039d316-1c4b-4281-b951-d872f2087c98
* Make chromeos toolchain download more noisy, so its clear which versionbradnelson@google.com2011-08-261-0/+3
| | | | | | | | | | | we're using. BUG=None TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/7771001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98500 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a special toolchain that will work with chromeos.bradnelson@google.com2011-08-261-3/+13
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=19719 TEST=None R=noelallen@google.com,zelidrag@google.com Review URL: http://codereview.chromium.org/7761004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98492 0039d316-1c4b-4281-b951-d872f2087c98
* Adding native client toolchain download to all chrome checkouts with nacl.bradnelson@google.com2011-08-181-0/+0
| | | | | | | | | | | | | | | | This will eventually allow ppapi_proxy + irt to be built along with chrome, allow repository migration. Step2 of ppapi repo migration. BUG=None TEST=None R=noelallen@google.com,brettw@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97242 Review URL: http://codereview.chromium.org/7670019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97260 0039d316-1c4b-4281-b951-d872f2087c98
* Adding native client toolchain download to all chrome checkouts with nacl.bradnelson@google.com2011-08-181-0/+29
This will eventually allow ppapi_proxy + irt to be built along with chrome, allow repository migration. Step2 of ppapi repo migration. BUG=None TEST=None R=noelallen@google.com,brettw@chromium.org Review URL: http://codereview.chromium.org/7670019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97242 0039d316-1c4b-4281-b951-d872f2087c98