In the non-canadian case, also force the build system.

This commit is contained in:
Yann E. MORIN" 2007-05-24 19:00:26 +00:00
parent 75435774ba
commit e49e7c80a2

View File

@ -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