aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-11-28 11:28:21 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-11-28 11:28:21 -0700
commit9274b57ff42ae2321feeb86a57afd2a2c13ac9fe (patch)
tree4cf6b10d27a94c2e92cb851d79eee95ce2319152
parentaabe341358b0f060b75446ac166338287d7cf701 (diff)
fix target names for tcwgrob host
-rw-r--r--config/linaro.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/linaro.exp b/config/linaro.exp
index 1c55278..3b9ed33 100644
--- a/config/linaro.exp
+++ b/config/linaro.exp
@@ -43,7 +43,7 @@ case "$target_triplet" in {
set target_list { dragon-01 }
}
{ build* *ex40-* } {
- set target_list { d01-02 }
+ set target_list { d01 }
}
{ chromebook* d01-* chrome2-* } {
set target_list { unix }
@@ -66,10 +66,10 @@ case "$target_triplet" in {
set target_list { "v8model" }
set env(FOUNDATION_MODEL) "/linaro/foundation-model/Foundation_v8pkg/Foundation_v8"
}
- { "aarch64-*linux-gnu" } {
+ { "aarch64*linux-gnu" } {
case "$myname" in {
{ tcwgrob build* *ex40* } {
- set target_list { apm-02 }
+ set target_list { apm }
}
{ apm-* } {
set target_list { unix }
@@ -86,7 +86,7 @@ case "$target_triplet" in {
{ "*linux-gnu*" } {
case "$myname" in {
{ tcwgrob build* *ex40-* } {
- set target_list { build *ex40 }
+ set target_list { build ex40 }
set board_info(build,remote_sim) "qemu-[lindex [split $target_triplet -] 0]-static -cpu any -L /sysroot"
}
}