aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-28 12:53:46 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-28 12:53:46 -0600
commit63aeecb0ce7642b0226914db8fe97deaf3adb63e (patch)
treedf10dd92857d1319dfee8c14b8d3207bb1131c6e /scripts
parent0d1c1b2e5a6a002a8db4d293adcabf0a1cd996ae (diff)
specify binutils and gcc revisions to build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeRelease.job4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index b4f91b2d..071ef7e8 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -64,8 +64,6 @@ if ! test -e host.conf; then
fi
-gcc_source="gcc-linaro-${version}-${release}.tar.xz"
-
if test x"${runtests}" = xtrue; then
chroot="--enable-schroot-test"
check="--check all"
@@ -87,7 +85,7 @@ fi
if test x"${tarbin}" = x"yes"; then
# Canadian cross builds require a Linux hosted cross compiler first
if test x"${canadian}" = x"true"; then
- $CONFIG_SHELL ${abe_dir}/abe.sh --disable update --release ${release} ${check} gcc=${gcc_source} ${platform} --build all
+ $CONFIG_SHELL ${abe_dir}/abe.sh --disable update --release ${release} ${check} gcc=${gcc_src} binutils=${binutils_src} ${platform} --build all
host="--host i686-w64-mingw32"
rm -fr ${local_builds}/${host}/${target}/
else