summaryrefslogtreecommitdiff
path: root/MakeRelease.job
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2016-07-05 12:25:55 -0600
committerRyan Arnold <ryan.arnold@linaro.org>2016-08-08 14:33:06 +0000
commit5594dcf2b625b3e29ce907cd0a936213a698289f (patch)
tree3ea167395c4ad90f82014de28dcdaf4b9033b978 /MakeRelease.job
parent708ca7d6a2ab8e4b0d612254b49e8f3e4d5afa97 (diff)
Build Linux and Win32 binary tarballs in the same MakeRelease.job pass.
Tar the first (linux) cross-build when building the mingw32 host toolchain. Change-Id: Ia0e7c77adefe16ad399608fb560f997625239286
Diffstat (limited to 'MakeRelease.job')
-rwxr-xr-xMakeRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakeRelease.job b/MakeRelease.job
index 948f2aa2..f6aaefde 100755
--- a/MakeRelease.job
+++ b/MakeRelease.job
@@ -130,7 +130,7 @@ rm -f ${logfile}
abe_ret=0
# Canadian cross builds require a Linux hosted cross compiler first
if test x"${canadian}" = x"true"; then
- $CONFIG_SHELL ${abe_dir}/abe.sh ${update} --release ${release} ${srcs} ${platform} --build all ${libc} ${extra} >> ${logfile}
+ $CONFIG_SHELL ${abe_dir}/abe.sh ${update} --release ${release} ${srcs} ${platform} --build all ${libc} ${extra} --tarbin >> ${logfile}
abe_ret=$?
host="--host i686-w64-mingw32"
rm -fr ${local_builds}/${host}/${target}/