summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorKai Backman <kaib@golang.org>2009-11-05 22:53:08 -0800
committerKai Backman <kaib@golang.org>2009-11-05 22:53:08 -0800
commit09fdd5e2095dd01c100d1e88d989fb0d6cab011c (patch)
tree55e9491110d8ffcd325ff6ff32f5621df5ab1b80 /test/run
parentd9ce34a10bfce2af987b8855d74bcd2b4e4d0fe6 (diff)
downloadgo-09fdd5e2095dd01c100d1e88d989fb0d6cab011c.tar.gz
make 5g executables run on android/arm hardware. change OABI
usage to EABI. go/test: passes 85% (296/347) on random android phone. R=rsc http://go/go-review/1024003
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 37981d067..431034881 100755
--- a/test/run
+++ b/test/run
@@ -13,7 +13,7 @@ X386)
;;
Xarm)
export A=5
- export E="qemu-arm -cpu cortex-a8 "
+ export E=${EMU_arm:-qemu-arm -cpu cortex-a8}
;;
*)
echo 1>&2 run: unsupported '$GOARCH'