aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-02-05 16:01:22 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-02-05 16:01:22 +0000
commit1c5bd50dd71b05a136caca5c9dcd3d5d4682db72 (patch)
tree0c4e0ebe220c2410b9b5845e9fa960bcb4473ae4
parent1a1796681c1b257a163d119cae0de697e39dc936 (diff)
tcwg-benchmark-monthly-matrix: Support native
Change-Id: I15d614d540b26ff77dd2d60bd5d26cd38eb07711
-rw-r--r--tcwg-benchmark-monthly-matrix.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcwg-benchmark-monthly-matrix.yaml b/tcwg-benchmark-monthly-matrix.yaml
index 9e15f0e054..0a73aa5fee 100644
--- a/tcwg-benchmark-monthly-matrix.yaml
+++ b/tcwg-benchmark-monthly-matrix.yaml
@@ -47,6 +47,7 @@
description: Triple describing the target
choices:
- (derive from TOOLCHAIN)
+ - (native)
- aarch64-linux-gnu
- arm-linux-gnueabihf
- string:
@@ -98,6 +99,8 @@
echo "Unable to derive TRIPLE from TOOLCHAIN '${TOOLCHAIN}'" >&2
exit 1
fi
+ elif test x"${TRIPLE}" = x"(native)"; then
+ TRIPLE=
fi
git clone --depth 1 -b ${TESTDEF_REVISION} https://git.linaro.org/toolchain/abe