mirror of
https://github.com/golang/go
synced 2024-11-12 02:10:21 -07:00
synchronize ARM runner environment variable with run-arm
R=rsc CC=golang-dev https://golang.org/cl/912041
This commit is contained in:
parent
26e846429d
commit
df3a544085
@ -38,7 +38,7 @@ esac
|
|||||||
# TODO(kaib): proper emulator strategy
|
# TODO(kaib): proper emulator strategy
|
||||||
case x"$GOARCH" in
|
case x"$GOARCH" in
|
||||||
xarm)
|
xarm)
|
||||||
export E=${EMU_arm:-qemu-arm -cpu cortex-a8}
|
export E=${GORUN:-qemu-arm -cpu cortex-a8}
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Allow overrides
|
# Allow overrides
|
||||||
|
Loading…
Reference in New Issue
Block a user