From 878f9d1108230185d5eb9962a11bfaccf534b1f9 Mon Sep 17 00:00:00 2001 From: Rahul Chaudhry Date: Wed, 30 Mar 2016 10:20:14 -0700 Subject: toolchain-utils: scripts and patches for running the full Go testsuite. BUG=None TEST=None Change-Id: I37a4cd0c98c3aefe940472990ed3fec5691e6df7 Reviewed-on: https://chrome-internal-review.googlesource.com/253047 Commit-Ready: Rahul Chaudhry Tested-by: Rahul Chaudhry Reviewed-by: Luis Lozano --- go/go_local | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 go/go_local (limited to 'go/go_local') diff --git a/go/go_local b/go/go_local new file mode 100755 index 00000000..92954ef8 --- /dev/null +++ b/go/go_local @@ -0,0 +1,8 @@ +#!/bin/bash + +# Invoke the Go compiler for localhost. + +GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \ + CC="gcc" \ + CXX="g++" \ + exec go "$@" -- cgit v1.2.3