mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +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...
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user