aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-10-23 10:49:25 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-10-23 10:49:25 -0600
commita9af89c66530635c186d356a22ac49c3b7d61792 (patch)
treee0a283d41fa698c928ee184bedd42d91b24551cd
parent222334cc667b4cb8d821d59b8d09ca1fc0e7e6e0 (diff)
don't build a binary tarball for the canadian cross build's stage1
Change-Id: Ie006ab9fd3c189db9a750f79e95727e3add179d7
-rwxr-xr-xscripts/MakeRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index e4fb903..669172f 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/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=""