aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-03-17 08:56:15 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2015-04-02 21:08:44 +0100
commit66c8014983d1ac77d67505dea01e001da5384742 (patch)
tree6f3d04f6a7cf5786c95eea62e3b27e1fe00b2ecb
parentfaa36eecd9d37dcb7e288dd93c723f530d1b50d2 (diff)
Allow native testing on all machines that can build a native toolchain
Stanzas for native<machine_name> were mirroring specific machine names that previous patch removed. It is only reasonable to allow native testing on any machine that can produce a toolchain. Change-Id: I7c16cfa14c94996ee06d38072ba85e809a134947
-rw-r--r--config/linaro.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/linaro.exp b/config/linaro.exp
index 7db1eea5..291bd7df 100644
--- a/config/linaro.exp
+++ b/config/linaro.exp
@@ -56,7 +56,7 @@ case "$target_triplet" in {
# set target_list { "arm-qemu" }
set target_list { dragon-01 }
}
- { natived01-* nativeapm-* nativejuno-* nativeamd-* } {
+ { native* } {
set target_list { unix }
}
default{
@@ -90,7 +90,7 @@ case "$target_triplet" in {
}
{ "aarch64-*linux*" } {
case "$native$myname" in {
- { nativeapm-* nativejuno-* nativeamd-* } {
+ { native* } {
set target_list { unix }
}
default {
@@ -106,7 +106,7 @@ case "$target_triplet" in {
}
{ "x86_64-*linux-gnu" "i686-*linux-gnu" } {
case "$native$myname" in {
- { nativebuild-* nativetcwg-ex40-* } {
+ { native* } {
set target_list { unix }
}
default {