Commit 311973ea authored by Kai Backman's avatar Kai Backman Committed by Russ Cox

arm: remove old qemu dependency from gotest

R=rsc
CC=golang-dev
https://golang.org/cl/1678063
parent d4af41f5
......@@ -31,12 +31,6 @@ fi
E="$GORUN"
# TODO(kaib): proper emulator strategy
case x"$GOARCH" in
xarm)
export E=${GORUN:-qemu-arm -cpu cortex-a8}
esac
# Allow overrides
GC="$GOBIN/${_GC:-$GC} -I _test"
GL="$GOBIN/${GL:-$LD} -L _test"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment