From 66c8014983d1ac77d67505dea01e001da5384742 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Tue, 17 Mar 2015 08:56:15 +0000 Subject: Allow native testing on all machines that can build a native toolchain Stanzas for native 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 --- config/linaro.exp | 6 +++--- 1 file 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 { -- cgit v1.2.3