mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
In the non-canadian case, also force the build system.
This commit is contained in:
parent
75435774ba
commit
e49e7c80a2
@ -276,7 +276,7 @@ if [ -z "${CT_RESTART}" ]; then
|
|||||||
# Do test here...
|
# Do test here...
|
||||||
else
|
else
|
||||||
CT_HOST="${CT_BUILD}"
|
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
|
# 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}"
|
export PATH="${CT_PREFIX_DIR}/bin:${CT_CC_CORE_PREFIX_DIR}/bin:${PATH}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user