summaryrefslogtreecommitdiff
path: root/scripts/crosstool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/crosstool.sh')
-rwxr-xr-xscripts/crosstool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh
index 3414aca..9053299 100755
--- a/scripts/crosstool.sh
+++ b/scripts/crosstool.sh
@@ -276,7 +276,7 @@ if [ -z "${CT_RESTART}" ]; then
# Do test here...
else
CT_HOST="${CT_BUILD}"
- CT_CANADIAN_OPT=
+ CT_CANADIAN_OPT="--build=${CT_BUILD}"
# Add the target toolchain in the path so that we can build the C library
export PATH="${CT_PREFIX_DIR}/bin:${CT_CC_CORE_PREFIX_DIR}/bin:${PATH}"
fi