aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Deqiang <wang.deqiang@linaro.org>2014-12-09 12:41:31 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-12-09 12:41:31 -0700
commit15881a02bcb4bd9f32ebab0f36157382bc97f25b (patch)
tree40d4910ee7e0194b9958136f9614da382b2afc7b
parent9274b57ff42ae2321feeb86a57afd2a2c13ac9fe (diff)
default to qemu for ARM testing if no hostname is specified.
-rw-r--r--config/linaro.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/linaro.exp b/config/linaro.exp
index 3b9ed33..ebb7642 100644
--- a/config/linaro.exp
+++ b/config/linaro.exp
@@ -48,6 +48,12 @@ case "$target_triplet" in {
{ chromebook* d01-* chrome2-* } {
set target_list { unix }
}
+ default{
+ global SIM
+ # CPU and sysroot are set through the environment
+ set SIM "qemu-arm"
+ set target_list { "arm-qemu" }
+ }
}
}
{ "arm-*eabi" } {