summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index e371f035..9ee33b40 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -60,7 +60,7 @@ case "$toolchain_url" in
ccprefix=$(echo "$ccpath" | sed -e 's/-gcc$/-/')
ccprefix="$build_container_host:$build_container_port:$ccprefix"
if [ x"$sysroot" = x"tarball" ]; then
- sysroot="$(find "$WORKSPACE/$toolchaindir" -name "libc")"
+ sysroot="$build_container_host:$(find "$WORKSPACE/$toolchaindir" -name "libc")"
fi
;;
*)