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, 2 insertions, 0 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 1791369b..054de48e 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -11,6 +11,7 @@ toolchain_url="$toolchain_url"
toolchain_type="${toolchain_type-auto}"
bench_list="$bench_list"
cflags="$cflags"
+ldflags="$ldflags"
extension="$extension"
testmode="$testmode"
iterations="$iterations"
@@ -246,6 +247,7 @@ ssh -t -Snone "$boardname" bmk-scripts/run.sh \
--bench "$(printf '%q' "$bench_list")" \
--config "${BUILD_NUMBER}-$run_profile" \
--cflags "$(printf '%q' "$cflags")" \
+ --ldflags "$(printf '%q' "$ldflags")" \
--ccprefix "$ccprefix" \
--extension "$extension" \
--ignore_errors "$ignore_errors" \