aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-28 13:22:49 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-28 13:22:49 -0600
commit2e27e13bd41ebb16f0e31f7c48e82e0304e524a0 (patch)
treea9a48edd5ed2e9205bb0232fe4a3bb4f181bc504 /scripts
parent158a4e81e44ad7fa10e3cdf27ec2eb202c8b2817 (diff)
specify binutils rev too
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeRelease.job4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index 802a0263..f1484032 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -86,7 +86,7 @@ fi
# Build a toolchain, run the tests, and the create a source release as a tarball
if test x"${tarsrc}" = x"yes"; then
$CONFIG_SHELL ${abe_dir}/abe.sh --release ${release} \
- --tarsrc ${check} gcc=${gcc_source} ${platform} -build all ${libc}
+ --tarsrc ${check} gcc=${gcc_src} binutils=${binutil s_src} ${platform} -build all ${libc}
fi
# Build a binary release tarball, then run the tests on the installed binaries
@@ -99,7 +99,7 @@ if test x"${tarbin}" = x"yes"; then
else
host=""
fi
- $CONFIG_SHELL ${abe_dir}/abe.sh --disable update --release ${release} --tarbin ${check} gcc=${gcc_source} ${platform} ${host} --build all ${libc}
+ $CONFIG_SHELL ${abe_dir}/abe.sh --disable update --release ${release} --tarbin ${check} gcc=${gcc_src} binutils=${binutils_src} ${platform} ${host} --build all ${libc}
fi
# force a failure if abe has build problems.