aboutsummaryrefslogtreecommitdiff
path: root/go/chromeos/go_chell
diff options
context:
space:
mode:
Diffstat (limited to 'go/chromeos/go_chell')
-rwxr-xr-xgo/chromeos/go_chell11
1 files changed, 0 insertions, 11 deletions
diff --git a/go/chromeos/go_chell b/go/chromeos/go_chell
deleted file mode 100755
index ca6a7dba..00000000
--- a/go/chromeos/go_chell
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-# Invoke the Go cross compiler for chell.
-# Uses ../go_target to add PIE flags.
-#
-# This is just an example for an amd64 board.
-
-GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
- CC="x86_64-cros-linux-gnu-clang" \
- CXX="x86_64-cros-linux-gnu-clang++" \
- exec go_target "$@"