summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@chromium.org>2015-06-02 10:28:29 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-02 20:49:21 +0000
commit6c71120742aea5dec4cb4d8a8997799a1c45faaa (patch)
tree41553cb82fc0e2fc7907d458f3ce8dcf3e5f91c2 /scripts
parente05bf6395ce4c02be985d6825e96be0ad59c185b (diff)
downloadchromite-6c71120742aea5dec4cb4d8a8997799a1c45faaa.tar.gz
cros_setup_toolchains: enable Go cross compiler binary packages.
This is a followup to https://chromium-review.googlesource.com/270798. Binary packages for Go cross compilers are now available, and the check initially put in for bootstrapping can now be removed. BUG=chromium:372937 TEST='setup_board --board=panther' and tested 'x86_64-cros-linux-gnu-go'. TEST='setup_board --board=x86-zgb' and tested 'i686-pc-linux-gnu-go'. TEST='setup_board --board=daisy' and tested 'armv7a-cros-linux-gnueabi-go'. Change-Id: I3cce762aab5c4d1a4602b3fe94cc35048a898853 Reviewed-on: https://chromium-review.googlesource.com/274809 Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Queue: Rahul Chaudhry <rahulchaudhry@chromium.org> Tested-by: Rahul Chaudhry <rahulchaudhry@chromium.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cros_setup_toolchains.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/cros_setup_toolchains.py b/scripts/cros_setup_toolchains.py
index 51fe90682..237acb2cb 100644
--- a/scripts/cros_setup_toolchains.py
+++ b/scripts/cros_setup_toolchains.py
@@ -1118,10 +1118,6 @@ def main(argv):
# Crossdev --ex-pkg flag was added in version 20150527.
# Disable Go toolchain until the chroot gets a newer crossdev.
TARGET_GO_ENABLED = ()
- if options.usepkg:
- # For bootstrapping, disable Go toolchain if using binary packages.
- # Allow the sdk bot to catch up and make binary packages available.
- TARGET_GO_ENABLED = ()
if options.cfg_name:
ShowConfig(options.cfg_name)