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, 11 insertions, 0 deletions
diff --git a/go/chromeos/go_x86-zgb b/go/chromeos/go_x86-zgb
new file mode 100755
index 00000000..272efb58
--- /dev/null
+++ b/go/chromeos/go_x86-zgb
@@ -0,0 +1,11 @@
+#!/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 "$@"