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