summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-24 19:00:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-24 19:00:26 (GMT)
commite49e7c80a2925dedc184ae0a746aef5d20a6326c (patch)
tree98de88dc87d1278b62c5e2a559eefd721bb19c8d /scripts
parent75435774ba51a57ab9bcc2a2e954b57ddf1842c2 (diff)
In the non-canadian case, also force the build system.
Diffstat (limited to 'scripts')
-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