# HG changeset patch # User "Yann E. MORIN" # Date 1180033226 0 # Node ID 256614d8ef44c283a94397b0aec147b538f2b29d # Parent ad1b4870f85973d9c33e148a0bf1d485a72917de In the non-canadian case, also force the build system. diff -r ad1b4870f859 -r 256614d8ef44 scripts/crosstool.sh --- a/scripts/crosstool.sh Thu May 24 17:51:49 2007 +0000 +++ b/scripts/crosstool.sh Thu May 24 19:00:26 2007 +0000 @@ -276,7 +276,7 @@ # 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