Commit df3a5440 authored by Kai Backman's avatar Kai Backman

synchronize ARM runner environment variable with run-arm

R=rsc
CC=golang-dev
https://golang.org/cl/912041
parent 26e84642
......@@ -38,7 +38,7 @@ esac
# TODO(kaib): proper emulator strategy
case x"$GOARCH" in
xarm)
export E=${EMU_arm:-qemu-arm -cpu cortex-a8}
export E=${GORUN:-qemu-arm -cpu cortex-a8}
esac
# Allow overrides
......
......@@ -13,7 +13,7 @@ X386)
;;
Xarm)
export A=5
export E=${EMU_arm:-qemu-arm -cpu cortex-a8}
export E=${GORUN:-qemu-arm -cpu cortex-a8}
;;
*)
echo 1>&2 run: unsupported '$GOARCH'
......
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