mirror of
https://github.com/golang/go
synced 2024-11-02 09:03:03 +00:00
arm: remove old qemu dependency from gotest
R=rsc CC=golang-dev https://golang.org/cl/1678063
This commit is contained in:
parent
d4af41f5bb
commit
311973ea56
1 changed files with 0 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue