1
0
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:
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 # 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

View File

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