1
0
mirror of https://github.com/golang/go synced 2024-09-24 13:20:12 -06:00

synchronize ARM runner environment variable with run-arm

R=rsc
CC=golang-dev
https://golang.org/cl/912041
This commit is contained in:
Kai Backman 2010-04-15 12:47:49 +03:00
parent 26e846429d
commit df3a544085
2 changed files with 2 additions and 2 deletions

View File

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

View File

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