diff -r 8de240c770dc -r 256614d8ef44 scripts/crosstool.sh --- a/scripts/crosstool.sh Tue May 22 21:16:17 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