From 8c6cb281aca01f4b964f65cfaaba0f557d10d6a5 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 23 Oct 2014 10:49:25 -0600 Subject: don't build a binary tarball for the canadian cross build's stage1 Change-Id: Ie006ab9fd3c189db9a750f79e95727e3add179d7 --- MakeRelease.job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MakeRelease.job') diff --git a/MakeRelease.job b/MakeRelease.job index e4fb903e..669172f3 100755 --- a/MakeRelease.job +++ b/MakeRelease.job @@ -74,7 +74,7 @@ fi if test x"${tarbin}" = x"yes"; then # Canadian cross builds require a Linux hosted crfoss compiler first if test x"${canadian}" = x"true"; then - $CONFIG_SHELL ${cbuild_dir}/cbuild2.sh --disable update --release ${release} --tarbin ${check} gcc=${gcc_source} ${platform} --build all + $CONFIG_SHELL ${cbuild_dir}/cbuild2.sh --disable update --release ${release} ${check} gcc=${gcc_source} ${platform} --build all host="--host i686-w64-mingw32" else host="" -- cgit v1.2.3