arm: remove old qemu dependency from gotest

R=rsc
CC=golang-dev
https://golang.org/cl/1678063
This commit is contained in:
Kai Backman 2010-08-03 13:03:40 -07:00 committed by Russ Cox
parent d4af41f5bb
commit 311973ea56

View file

@ -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"