In the non-canadian case, also force the build system.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 24 19:00:26 2007 +0000 (2007-05-24)
changeset 134256614d8ef44
parent 133 ad1b4870f859
child 135 b2695c2f1919
In the non-canadian case, also force the build system.
scripts/crosstool.sh
     1.1 --- a/scripts/crosstool.sh	Thu May 24 17:51:49 2007 +0000
     1.2 +++ b/scripts/crosstool.sh	Thu May 24 19:00:26 2007 +0000
     1.3 @@ -276,7 +276,7 @@
     1.4          # Do test here...
     1.5      else
     1.6          CT_HOST="${CT_BUILD}"
     1.7 -        CT_CANADIAN_OPT=
     1.8 +        CT_CANADIAN_OPT="--build=${CT_BUILD}"
     1.9          # Add the target toolchain in the path so that we can build the C library
    1.10          export PATH="${CT_PREFIX_DIR}/bin:${CT_CC_CORE_PREFIX_DIR}/bin:${PATH}"
    1.11      fi