aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-01-04 10:55:09 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-01-04 10:55:09 +0000
commit8bedc3c526a0e7e1d4ea81647fdd6796e74df933 (patch)
treedb7a021050a860caac037657541c8d590484cb09
parentf5f8b66484870be372e4c7208ba1da3e976b1ef7 (diff)
tcwg-benchmark: Clean up toolchain description
Change-Id: Ia47da08cc0541c6da7eccc5bc98f3513fdc42691
-rw-r--r--tcwg-benchmark.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index 83fb74d..93c5916 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -55,11 +55,12 @@
default: 'https://releases.linaro.org/components/toolchain/binaries/latest-5.1/aarch64-linux-gnu/gcc-linaro-5.1-2015.08-x86_64_aarch64-linux-gnu.tar.xz'
description: |
Toolchain to use - use local filesystem path, or formats interpretable by wget or scp/rsync.
- Must be supplied even when using a prebuilt tarball. Benchmarking scripts will use tools such as objdump.
+ Must be supplied even when using a prebuilt tarball, but in this case does not have to exist on host.
Examples --
/usr/bin/gcc
+ aarch64-linux-gnu-clang
http://releases.linaro.org/14.09/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.9-2014.09_linux.tar.xz
- my.name@my.server:location_of_my_benchmark
+ my.name@my.server:location_of_my_toolchain
- string:
name: SYSROOT
default: 'https://releases.linaro.org/components/toolchain/binaries/latest-5.1/aarch64-linux-gnu/sysroot-linaro-glibc-gcc5.1-2015.08-aarch64-linux-gnu.tar.xz'