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 ...@@ -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
......
...@@ -13,7 +13,7 @@ X386) ...@@ -13,7 +13,7 @@ X386)
;; ;;
Xarm) Xarm)
export A=5 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' 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